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:
typeThe type of the entry animation, currently supportsallandone-by-one, and the default isone-by-onedirectionThe direction of the entry animation, currently supportsrowandcolumn, and the default isrowdurationThe duration of a single animation, in milliseconds, forone-by-one, it is the duration of one animation, and the default is 500delayThe 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