New to KendoReact? Start a free 30-day trial
Types
The Animation components animate their content by using various animation effects.
The Animation package delivers the following types of animations:
Fade
The Fade Animation animates newly added children by using a fade-in effect.
Change Theme
Theme
Loading ...
Expand
The Expand Animation animates the scaleY()
or scaleX()
CSS property of the container element.
Change Theme
Theme
Loading ...
Push
The Push Animation slides the new component by pushing the old one out.
Change Theme
Theme
Loading ...
Reveal
The Reveal Animation animates the height
or width
CSS property of the container element.
Change Theme
Theme
Loading ...
Slide
The Slide Animation slides a single piece of content in a predefined direction.
Change Theme
Theme
Loading ...
Zoom
The Zoom animation displays its content by applying a zoom-in or zoom-out transition effect.
Change Theme
Theme
Loading ...