|
2 | 2 |
|
3 | 3 | Ignite UI for Angular includes over 100+ pre-built animations. They are split in 7 groups: |
4 | 4 |
|
5 | | - - [Fade](https://github.com/IgniteUI/igniteui-angular/tree/master/src/animations/fade/README.md) |
6 | | - - [Flip](https://github.com/IgniteUI/igniteui-angular/tree/master/src/animations/flip/README.md) |
7 | | - - [Miscellaneous](https://github.com/IgniteUI/igniteui-angular/tree/master/src/animations/misc/README.md) |
| 5 | + - [Fade](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/animations/fade/README.md) |
| 6 | + - [Flip](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/animations/flip/README.md) |
| 7 | + - [Miscellaneous](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/animations/misc/README.md) |
8 | 8 | - Blink |
9 | 9 | - Heartbeat |
10 | 10 | - Pulsate |
11 | 11 | - Shake |
12 | | - - [Rotate](https://github.com/IgniteUI/igniteui-angular/tree/master/src/animations/rotate/README.md) |
13 | | - - [Scale](https://github.com/IgniteUI/igniteui-angular/tree/master/src/animations/scale/README.md) |
14 | | - - [Slide](https://github.com/IgniteUI/igniteui-angular/tree/master/src/animations/slide/README.md) |
15 | | - - [Swing](https://github.com/IgniteUI/igniteui-angular/tree/master/src/animations/swing/README.md) |
| 12 | + - [Rotate](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/animations/rotate/README.md) |
| 13 | + - [Scale](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/animations/scale/README.md) |
| 14 | + - [Slide](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/animations/slide/README.md) |
| 15 | + - [Swing](https://github.com/IgniteUI/igniteui-angular/tree/master/projects/igniteui-angular/src/lib/animations/swing/README.md) |
16 | 16 |
|
17 | | -Each group accepts a different set of parameters, allowing you to modify the behavior of any of the included animations. Each animation is an [`AnimationReferenceMetadata`](https://angular.io/api/animations/AnimationReferenceMetadata) object as produced by the [`animation`](https://angular.io/api/animations/animation) function provided by Angular. |
| 17 | +Each group accepts a different set of parameters, allowing you to modify the behavior of any of the included animations. Each animation is an [`AnimationReferenceMetadata`](https://angular.io/api/animations/AnimationReferenceMetadata) object as produced by the [`animation`](https://angular.io/api/animations/animation) function provided by Angular. |
18 | 18 |
|
19 | 19 | Reusable animations are designed to make use of animations parameters and the produced animation can be used via the [`useAnimation`](https://angular.io/api/animations/useAnimation) function. |
20 | 20 |
|
@@ -74,4 +74,4 @@ useAnimation(fadeIn, { |
74 | 74 | easing: EaseOut.back |
75 | 75 | } |
76 | 76 | }); |
77 | | -``` |
| 77 | +``` |
0 commit comments