Table entry animation
VTable provides entry animation function, supports displaying the gradual entry effect when the table is initialized, and supports configuring the animation direction, duration, delay, etc.
Entry animation configuration items
In option, animationAppear
is the configuration item for the entry animation, and currently supports the following configurations:
You can configure true to enable the default animation, or you can configure the animation parameters:
type
The type of the entry animation, currently supportsall
andone-by-one
, and the default isone-by-one
direction
The direction of the entry animation, currently supportsrow
andcolumn
, and the default isrow
duration
The duration of a single animation, in milliseconds, forone-by-one
, it is the duration of one animation, and the default is 500delay
The delay of the animation, in milliseconds; forone-by-one
, it is the time difference between the two animations, forall
, it is the delay of all animations, and the default is 0
For specific usage, please refer to demo