Questions tagged [neon-animation]

6 questions
2
votes
1 answer

Neon animation is deprecated in polymer 2.0 so Does that mean we should stop using neon-animated-pages?

Under the changes in Polymer 2.0 section of the README, it states this element is now deprecated.Neon Animation Update Does that mean we should stop using neon-animated-pages? If web animation api is replacement then how use "shared Transition" in…
Tushar Acharekar
  • 880
  • 7
  • 21
1
vote
1 answer

Polymer 2.0 - dom-repeat - simple animation

I have build some component in Polymer 2.0, in this component i have dom-repeat block in dom-if. Is there any simple and fast way to add some animation, on open, and close this repat block? Here is my code: