September 2019
Beginner
512 pages
12h 52m
English
The CurvedAnimation class is used to define the progression of an Animation class as a non-linear curve. We can use this to modify an existing animation by changing its interpolation method. It is also useful when we want to use a different curve when playing an animation forward then in reverse mode, by using its curve and reverseCurve properties respectively.
The Curves class defines many curves ready to use in our animation rather the Curves.linear one.
Read now
Unlock full access