@progress/kendo-react-animation 10.0.0-develop.3 → 10.0.0-develop.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +36 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,26 +6,55 @@
6
6
 
7
7
  > **Important**
8
8
  >
9
- > - This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—a commercial UI library.
10
- > - You will need to install a license key when adding the package to your project. For more information, please refer to the [KendoReact My License page](https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation).
11
- > - To receive a license key, you need to either [purchase a license](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation) or register for a [free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation). Doing so indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation).
12
- > - The 30-day free trial gives you access to all the KendoReact components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the KendoReact dev team!
9
+ > - This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—an enterprise-grade UI library with 120+ free and premium components.
10
+ > - 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: 50+ Free React Components](https://www.telerik.com/kendo-react-ui/components/free).
11
+ > - Installing and working with this package indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation).
12
+ > - The [30-day free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation) gives you access to all the KendoReact components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the KendoReact dev team!
13
13
  >
14
14
  > [Start using KendoReact](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation) and speed up your development process!
15
15
 
16
+ The [React Animation](https://www.telerik.com/kendo-react-ui/animation), part of KendoReact, assists with animating HTML elements which appear, enter or exit the viewport.
17
+
18
+ How to start:
19
+
20
+ ```sh
21
+ npm install --save @progress/kendo-react-animation @progress/kendo-react-common @progress/kendo-svg-icon @progress/kendo-licensing
22
+ ```
23
+
16
24
  ## React Animation
17
25
 
26
+ > This is a **free React component**—no sign-up or license required, even in production.
27
+
18
28
  The [React Animation Component](https://www.telerik.com/kendo-react-ui/animation), part of KendoReact, delivers a set of features such as:
19
29
 
20
30
  - [Types](https://www.telerik.com/kendo-react-ui/components/animation/types/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—The Animation components animate their content by using various animation effects (Fade, Expand, Push, Reveal, Slide and Zoom).
21
31
  - [Disabled animations](https://www.telerik.com/kendo-react-ui/components/animation/disabled-state/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—The Animations allow you to enable or disable their showing or hiding effect.
22
- - [Stacked animations](https://www.telerik.com/kendo-react-ui/components/animation/stacked/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—All Animations extend the Animation component. However, the Push and Zoom Animations further extend Animation by using [the `stackChildren`](https://www.telerik.com/kendo-react-ui/components/animation/api/PushProps/#toc-stackchildren/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation) options and enable you to stack animations.
32
+ - [Stacked animations](https://www.telerik.com/kendo-react-ui/components/animation/stacked/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—All Animations extend the Animation component. However, the Push and Zoom Animations further extend Animation by using the [`stackChildren`](https://www.telerik.com/kendo-react-ui/components/animation/api/PushProps/#toc-stackchildren/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation) options and enable you to stack animations.
23
33
  - [Life-cycle hooks](https://www.telerik.com/kendo-react-ui/components/animation/hooks/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—When you declaratively add or remove a child element, all Animations call specific hooks during the entering or exiting of the element.
24
34
  - [Duration](https://www.telerik.com/kendo-react-ui/components/animation/duration/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—All Animation types enable you to control the duration of the entering and exiting animation effects.
25
35
  - [Direction](https://www.telerik.com/kendo-react-ui/components/animation/direction/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—Except for the Fade Animation, the Animations provide a set of the predefined directions which allow you to control their entering and exiting effect
26
36
  - [Exiting child components](https://www.telerik.com/kendo-react-ui/components/animation/exiting-components/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—While an exiting child component is rendered because it still exists in the React Virtual DOM, it is no longer available in the DOM.
27
37
  - [Theme support](https://www.telerik.com/kendo-react-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)—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.
28
38
 
39
+ How to use the Animation component in your apps:
40
+
41
+ ```tsx
42
+ 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.
43
+ ...
44
+ /**
45
+ * Handle the logic around when and how the animation is triggered. Use events and life-cycle hooks.
46
+ */
47
+ ...
48
+ <Fade>
49
+ /**
50
+ * Wrap the component that you want to animate with the respective animation type tags.
51
+ */
52
+ </Fade>
53
+ ```
54
+
55
+ Check out the [KendoReact Animations API](https://www.telerik.com/kendo-react-ui/components/animation/api).
56
+
57
+
29
58
  ## Support Options
30
59
 
31
60
  For any issues you might encounter while working with the KendoReact animation, use any of the available support channels:
@@ -37,6 +66,7 @@ For any issues you might encounter while working with the KendoReact animation,
37
66
  ## Resources
38
67
 
39
68
  - [Getting Started with KendoReact](https://www.telerik.com/kendo-react-ui/components/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)
69
+ - [Get Started with KendoReact Free: 50+ Free React Components](https://www.telerik.com/kendo-react-ui/components/free)
40
70
  - [Get Started with the KendoReact Аnimation](https://www.telerik.com/kendo-react-ui/components/animation/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)
41
71
  - [API Reference of the KendoReact Аnimation](https://www.telerik.com/kendo-react-ui/components/animation/api/АnimationProps/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)
42
72
  - [KendoReact Roadmap](https://www.telerik.com/support/whats-new/kendo-react-ui/roadmap?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)
@@ -45,7 +75,7 @@ For any issues you might encounter while working with the KendoReact animation,
45
75
  - [KendoReact pricing and licensing](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)
46
76
  - [Changelog](https://www.telerik.com/kendo-react-ui/components/changelogs/ui-for-react/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-animation)
47
77
 
48
- High-level component overview pages
78
+ High-level component overview page:
49
79
 
50
80
  - [React Animation Component](https://www.telerik.com/kendo-react-ui/animation)
51
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-animation",
3
- "version": "10.0.0-develop.3",
3
+ "version": "10.0.0-develop.5",
4
4
  "description": "React Animation component assists with animating HTML elements. KendoReact Animation package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,7 +26,7 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-licensing": "^1.5.0",
29
- "@progress/kendo-react-common": "10.0.0-develop.3",
29
+ "@progress/kendo-react-common": "10.0.0-develop.5",
30
30
  "@progress/kendo-svg-icons": "^4.0.0",
31
31
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
32
32
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",