OLD | NEW |
1 --- | 1 --- |
2 title: neon-animation | 2 title: neon-animation |
3 summary: "A short guide to neon-animation and neon-animated-pages" | 3 summary: "A short guide to neon-animation and neon-animated-pages" |
4 tags: ['animation','core-animated-pages'] | 4 tags: ['animation','core-animated-pages'] |
5 elements: ['neon-animation','neon-animated-pages'] | 5 elements: ['neon-animation','neon-animated-pages'] |
6 updated: 2015-05-26 | 6 updated: 2015-05-26 |
7 --- | 7 --- |
8 | 8 |
9 # neon-animation | 9 # neon-animation |
10 | 10 |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 * `cascaded-animation` Applys an animation to an array of elements with a delay
between each. | 304 * `cascaded-animation` Applys an animation to an array of elements with a delay
between each. |
305 | 305 |
306 <a name="demos"></a> | 306 <a name="demos"></a> |
307 ## Demos | 307 ## Demos |
308 | 308 |
309 * [Grid to full screen](http://morethanreal.github.io/neon-animation-demo/bower
_components/neon-animation/demo/grid/index.html) | 309 * [Grid to full screen](http://morethanreal.github.io/neon-animation-demo/bower
_components/neon-animation/demo/grid/index.html) |
310 * [Animation on load](http://morethanreal.github.io/neon-animation-demo/bower_c
omponents/neon-animation/demo/load/index.html) | 310 * [Animation on load](http://morethanreal.github.io/neon-animation-demo/bower_c
omponents/neon-animation/demo/load/index.html) |
311 * [List item to detail](http://morethanreal.github.io/neon-animation-demo/bower
_components/neon-animation/demo/list/index.html) (For narrow width) | 311 * [List item to detail](http://morethanreal.github.io/neon-animation-demo/bower
_components/neon-animation/demo/list/index.html) (For narrow width) |
312 * [Dots to squares](http://morethanreal.github.io/neon-animation-demo/bower_com
ponents/neon-animation/demo/tiles/index.html) | 312 * [Dots to squares](http://morethanreal.github.io/neon-animation-demo/bower_com
ponents/neon-animation/demo/tiles/index.html) |
313 * [Declarative](http://morethanreal.github.io/neon-animation-demo/bower_compone
nts/neon-animation/demo/declarative/index.html) | 313 * [Declarative](http://morethanreal.github.io/neon-animation-demo/bower_compone
nts/neon-animation/demo/declarative/index.html) |
OLD | NEW |