Skip to content

Commit 7931773

Browse files
authored
Merge pull request #8751 from IgniteUI/SIvanova/fix-broken-links
fix(readme): broken links in animations README
2 parents aa3596a + 7de349f commit 7931773

File tree

1 file changed

+9
-9
lines changed
  • projects/igniteui-angular/src/lib/animations

1 file changed

+9
-9
lines changed

projects/igniteui-angular/src/lib/animations/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
Ignite UI for Angular includes over 100+ pre-built animations. They are split in 7 groups:
44

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)
88
- Blink
99
- Heartbeat
1010
- Pulsate
1111
- 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)
1616

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.
1818

1919
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.
2020

@@ -74,4 +74,4 @@ useAnimation(fadeIn, {
7474
easing: EaseOut.back
7575
}
7676
});
77-
```
77+
```

0 commit comments

Comments
 (0)