I was wondering how the view contained within the template gets updated. 
The scenario I'm wondering how to handle is updating the data bindings only 
after a condition is met.

<dom-module id="build-card">
  <template>
    <div>{{model.status}}</div>
  </template>
</dom-module>

Lets say that I want to animate the color of the build-card when the status 
is changed, and also want to fade out the div containing the 
{{model.status}}. Is there any way I can stop the template update until the 
animation is complete? I know there's the neon-animate stuff but I wanted 
to get a sense if there's a way to just handle that within a polymer 
element without dragging in another component. Also wanted a better idea on 
when any template changes are triggered.

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/e1ead6c3-0683-498e-9d3d-1d40a103c5c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to