Skip to content

Commit

Permalink
Merge pull request #246 from PolymerElements/fix-demos
Browse files Browse the repository at this point in the history
point to the correct demos for WC.org
  • Loading branch information
e111077 authored Mar 6, 2018
2 parents 3153518 + 6f3599b commit d8ab0b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* [Shared element animations](#shared-element)
* [Declarative page transitions](#declarative-page)
* [Included animations](#animations)
* [Demos](#demos)

<a name="basic"></a>
## A basic animatable element
Expand Down Expand Up @@ -57,7 +56,6 @@ Polymer({
});
```

[Live demo](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/doc/basic.html)

<a name="configuration"></a>
## Animation configuration
Expand Down Expand Up @@ -116,7 +114,6 @@ Polymer({
});
```

[Live demo](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/doc/types.html)

You can also use the convenience properties `entryAnimation` and `exitAnimation` to set `entry` and `exit` animations:

Expand Down Expand Up @@ -300,12 +297,3 @@ Shared element animations

Group animations
* `cascaded-animation` Applys an animation to an array of elements with a delay between each.

<a name="demos"></a>
## Demos

* [Grid to full screen](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/grid/index.html)
* [Animation on load](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/load/index.html)
* [List item to detail](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/list/index.html) (For narrow width)
* [Dots to squares](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/tiles/index.html)
* [Declarative](http://morethanreal.github.io/neon-animation-demo/bower_components/neon-animation/demo/declarative/index.html)
3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/neon-animation",
"ignore": [],
"demos": {
"Demo": "demo/index.html"
},
"dependencies": {
"iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#1 - 2",
"iron-selector": "PolymerElements/iron-selector#1 - 2",
Expand Down
1 change: 0 additions & 1 deletion neon-animated-pages.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
@group Neon Elements
@element neon-animated-pages
@demo demo/index.html
-->

<dom-module id="neon-animated-pages">
Expand Down

0 comments on commit d8ab0b3

Please sign in to comment.