animationTiming
Timing curve of all style update animations.
animationTiming?: "linear" | "ease" | [number, number, number, number]
Notes
- This property may be set to
linear
,ease
, or an array with cubic bezier curve parameters.
Related
- class UIAnimatedCellA view class that represents a cell with animated style updates.