swarmcity / SwarmCityDapp

Swarm City dApp FrontEnd
MIT License
28 stars 10 forks source link

'display-my-info'-elements don't animate anymore #772

Closed faffydee closed 6 years ago

faffydee commented 6 years ago

Problem

Because the 'display-my-info' now checks if a pubKey is present, it broke the animations on avatar, username and balance.

Solution

If the thing that has to animate is INSIDE a dom-if, it won't do the animation. So it's about getting the dom-if in the right place, so the ids aren't inside it.