Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Side by Side Diff: third_party/polymer/v0_8/components-chromium/neon-animation/README.md

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698