+1 This needs much better 
documentation. 
https://elements.polymer-project.org/elements/neon-animation?active=neon-animated-pages
 
explains nothing on how to use it. Going to github, the neon-animated-pages 
section does not tell you everything you need to do to get it working 
(except perhaps an explicit animation). 

On Tuesday, May 19, 2015 at 11:21:02 AM UTC-4, Vincent Uribe wrote:
>
> Hi everybody!
>
> Does anyone have a working example of a neon-animated-pages? I guess this 
> element will replace the core-animated-pages I (heavily) used in the 
> project I'm migrating.
>
> I use it like that : 
> <neon-animated-pages id="content"  valueattr="hash">
> <div hash="page1">Page 1</div>
> <div hash="page2">Page 2</div>
> <div hash="page3">Page 3</div>
> </neon-animated-pages>
>
> Some js...
> this.$.content.selected =  'page' + value.uid;
>
> If I put a on-selected-changed I can see the changed occurs but the 
> transition does not occur.
>
> Thanks!
>

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/2e1295a4-567d-4a52-a1b8-a5ea9edc7366%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to