Skip to content

Commit 1c207e0

Browse files
committed
Move readme sections
1 parent 2681c20 commit 1c207e0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ Feel free to [open an issue](https://github.com/fabianweb/css-animator/issues/ne
99

1010
The package includes ES5 compiled files, alongside TypeScript typings and source maps. Also UMD bundle files are included.
1111

12+
## In the Wild
13+
14+
[Mind your Maths](https://play.google.com/store/apps/details?id=mind.your.maths) (Android App)
15+
[Devdactic - How to Add Animations To Your Ionic App](http://devdactic.com/animations-ionic-app/) (Tutorial)
16+
[Devdactic - How to Add Animations To Your Ionic App](https://www.youtube.com/watch?v=8pOsJDZbJk0) (Video Tutorial)
17+
[Ionic Academy - Include CSS+JS Files from NPM Packages with Ionic](https://ionicacademy.com/ionic-include-css-files-from-npm/) (Tutorial)
18+
19+
Did you see css-animator in the wild? [Let me know](https://github.com/fabiandev/css-animator/issues/new)!
20+
1221
## TL;DR (if you are having positioning issues)
1322

1423
*Question:* **Other elements jump around during animation or after showing/hiding**
@@ -20,15 +29,6 @@ animator.pin = false;
2029
animator.useVisibility = true;
2130
```
2231

23-
## In the Wild
24-
25-
[Mind your Maths](https://play.google.com/store/apps/details?id=mind.your.maths) (Android App)
26-
[Devdactic - How to Add Animations To Your Ionic App](http://devdactic.com/animations-ionic-app/) (Tutorial)
27-
[Devdactic - How to Add Animations To Your Ionic App](https://www.youtube.com/watch?v=8pOsJDZbJk0) (Video Tutorial)
28-
[Ionic Academy - Include CSS+JS Files from NPM Packages with Ionic](https://ionicacademy.com/ionic-include-css-files-from-npm/) (Tutorial)
29-
30-
Did you see css-animator in the wild? [Let me know](https://github.com/fabiandev/css-animator/issues/new)!
31-
3232
# Installation
3333

3434
## Use as dependency

0 commit comments

Comments
 (0)