DEV Community

Discussion on: Recreating the Twitter Heart Animation with Vue

Collapse
 
rafaacioly profile image
Rafael Acioly

Nice!
I've seen people do it with pure css

cssanimation.rocks/twitter-fave/

codepen.io/donovanh/pen/dYqxNb

Collapse
 
cristiancalara profile image
Cristian Calara

Yes, not much Vue specific about the animation itself. I just wanted to share the full component as if someone already used Vue for a project, it could just paste it in and use this.

There's also an article or two that explains how to implement the animation fully with CSS, removing the sprite altogether. Though I don't think it looks as good as with the sprite.