File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ Feel free to [open an issue](https://github.com/fabianweb/css-animator/issues/ne
9
9
10
10
The package includes ES5 compiled files, alongside TypeScript typings and source maps. Also UMD bundle files are included.
11
11
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
+
12
21
## TL;DR (if you are having positioning issues)
13
22
14
23
* Question:* ** Other elements jump around during animation or after showing/hiding**
@@ -20,15 +29,6 @@ animator.pin = false;
20
29
animator .useVisibility = true ;
21
30
```
22
31
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
-
32
32
# Installation
33
33
34
34
## Use as dependency
You can’t perform that action at this time.
0 commit comments