🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@progress/kendo-react-animation

Package Overview
Dependencies
Maintainers
1
Versions
1353
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-react-animation

React Animation component assists with animating HTML elements. KendoReact Animation package

10.2.0
latest
Source
npm
Version published
Weekly downloads
125K
-2.76%
Maintainers
1
Weekly downloads
 
Created
Source

KendoReact NPM Banner

KendoReact Animation Component for React

Important

  • This package is а part of KendoReact—an enterprise-grade UI library with 120+ free and premium components.
  • This is a free React Animation component. You can use it even in production, no sign-up or license required. If you're looking for more free React components, check out Get Started with KendoReact Free.
  • Installing and working with this package indicates that you accept the KendoReact License Agreement.
  • The 30-day free trial gives you access to all KendoReact components and their full functionality. Additionally, for the period of your trial, you can use our legendary technical support provided directly by the KendoReact dev team!

The React Animation, part of KendoReact, assists with animating HTML elements which appear, enter or exit the viewport.

How to start:

npm i @progress/kendo-react-animation

React Animation

This is a free React component—no sign-up or license required.

The React Animation Component, part of KendoReact, delivers a set of features such as:

  • Types—The Animation components animate their content by using various animation effects (Fade, Expand, Push, Reveal, Slide and Zoom).
  • Disabled animations—The Animations allow you to enable or disable their showing or hiding effect.
  • Stacked animations—All Animations extend the Animation component. However, the Push and Zoom Animations further extend Animation by using the stackChildren options and enable you to stack animations.
  • Life-cycle hooks—When you declaratively add or remove a child element, all Animations call specific hooks during the entering or exiting of the element.
  • Duration—All Animation types enable you to control the duration of the entering and exiting animation effects.
  • Direction—Except for the Fade Animation, the Animations provide a set of the predefined directions which allow you to control their entering and exiting effect
  • Exiting child components—While an exiting child component is rendered because it still exists in the React Virtual DOM, it is no longer available in the DOM.
  • Theme support—The KendoReact Animation, as well as all 100+ components in the KendoReact suite, are styled in three polished themes (Bootstrap, Material, and Default) and can be further customized to match your specific design guidelines.

How to use the Animation component in your apps:

import { Slide, Push, Expand, Fade, Zoom, Reveal } from '@progress/kendo-react-animation'; // Import one or more of the available animations based on the design needs of your app.
...
/**
* Handle the logic around when and how the animation is triggered. Use events and life-cycle hooks.
*/
...
<Fade>
    /**
    * Wrap the component that you want to animate with the respective animation type tags.
    */
</Fade>

Check out the KendoReact Animations API.

Support Options

For any issues you might encounter while working with the KendoReact animation, use any of the available support channels:

  • Industry-leading technical support—KendoReact paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the dedicated KendoReact support system.
  • Product forums—The KendoReact forums are part of the free support you can get from the community and from the KendoReact team.
  • Feedback portal—The KendoReact feedback portal is where you can request and vote for new features to be added.

Resources

High-level component overview page:

Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.

Keywords

Kendo UI

FAQs

Package last updated on 23 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts