5#ifndef PORTFOLIO_TWEEN_H
6#define PORTFOLIO_TWEEN_H
Tween
Easing curve selection for animated movement.
@ LINEAR
Constant-speed interpolation.
@ EXPONENTIAL
Decelerating interpolation (ease-out).
@ LAST_TWEEN
Sentinel — do not use as an actual tween value.