I'm using the entry-animation and exit-animation attributes on the neon-animated-pages element, and it works for me.
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/23f2a2f2-c08f-413c-b696-a0fd13a776de%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
