Hi,

I have tried to do this, but without success:


<neon-animated-pages id="pages" class="flex" selected="[[selected]]" 
entry-animation="[[entryAnimation]]" exit-animation="[[exitAnimation]]">

</neon-animated-pages>

Polymer 
(...)
    addAnimation: function(){
         neonanimatable = document.createElement('neon-animatable');
         this.$.pages.appendChild( neonanimatable );
    }
(...)

inspecting the element "pages": this.items not contain the added element 
(neon-animatable).

It seems that the item is not registered properly...

What am I doing wrong?

Thanks in advance,

Claudio


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/ff9e8ba1-641b-407a-a454-2080cbd153d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to