Loading...
Searching...
No Matches
Tween.h
Go to the documentation of this file.
1//
2// Created by Dave Smith on 11/13/22.
3//
4
5#ifndef PORTFOLIO_TWEEN_H
6#define PORTFOLIO_TWEEN_H
7
8#pragma once
9
10namespace ml
11{
45
46} // namespace ml
47
48#endif // PORTFOLIO_TWEEN_H
Tween
Easing curve selection for animated movement.
Definition Tween.h:40
@ LINEAR
Constant-speed interpolation.
Definition Tween.h:41
@ EXPONENTIAL
Decelerating interpolation (ease-out).
Definition Tween.h:42
@ LAST_TWEEN
Sentinel — do not use as an actual tween value.
Definition Tween.h:43
Definition Component.h:18