OLD | NEW |
1 # neon-animation | 1 # neon-animation |
2 | 2 |
3 `neon-animation` is a suite of elements and behaviors to implement pluggable ani
mated transitions for Polymer Elements using [Web Animations](https://w3c.github
.io/web-animations/). | 3 `neon-animation` is a suite of elements and behaviors to implement pluggable ani
mated transitions for Polymer Elements using [Web Animations](https://w3c.github
.io/web-animations/). |
4 | 4 |
5 *Warning: The API may change.* | 5 *Warning: The API may change.* |
6 | 6 |
7 * [A basic animatable element](#basic) | 7 * [A basic animatable element](#basic) |
8 * [Animation configuration](#configuration) | 8 * [Animation configuration](#configuration) |
9 * [Animation types](#configuration-types) | 9 * [Animation types](#configuration-types) |
10 * [Configuration properties](#configuration-properties) | 10 * [Configuration properties](#configuration-properties) |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 * `cascaded-animation` Applys an animation to an array of elements with a delay
between each. | 295 * `cascaded-animation` Applys an animation to an array of elements with a delay
between each. |
296 | 296 |
297 <a name="demos"></a> | 297 <a name="demos"></a> |
298 ## Demos | 298 ## Demos |
299 | 299 |
300 * [Grid to full screen](http://morethanreal.github.io/neon-animation-demo/bower
_components/neon-animation/demo/grid/index.html) | 300 * [Grid to full screen](http://morethanreal.github.io/neon-animation-demo/bower
_components/neon-animation/demo/grid/index.html) |
301 * [Animation on load](http://morethanreal.github.io/neon-animation-demo/bower_c
omponents/neon-animation/demo/load/index.html) | 301 * [Animation on load](http://morethanreal.github.io/neon-animation-demo/bower_c
omponents/neon-animation/demo/load/index.html) |
302 * [List item to detail](http://morethanreal.github.io/neon-animation-demo/bower
_components/neon-animation/demo/list/index.html) (For narrow width) | 302 * [List item to detail](http://morethanreal.github.io/neon-animation-demo/bower
_components/neon-animation/demo/list/index.html) (For narrow width) |
303 * [Dots to squares](http://morethanreal.github.io/neon-animation-demo/bower_com
ponents/neon-animation/demo/tiles/index.html) | 303 * [Dots to squares](http://morethanreal.github.io/neon-animation-demo/bower_com
ponents/neon-animation/demo/tiles/index.html) |
304 * [Declarative](http://morethanreal.github.io/neon-animation-demo/bower_compone
nts/neon-animation/demo/declarative/index.html) | 304 * [Declarative](http://morethanreal.github.io/neon-animation-demo/bower_compone
nts/neon-animation/demo/declarative/index.html) |
OLD | NEW |