animation
List content animation options.
animation?: Readonly<{ duration: number; timing?: [number, number, number, number]; }>
Notes
- If this property is set, content changes are animated automatically. Note that this requires the list to be set to a ManagedList object, not an array.
- This property should be set to an object containing duration (in milliseconds) and timing (optional cubic bezier control parameters) properties.
Related
- class UIListViewA view composite that manages views for each item in a list of objects or values.