Mobile app version of vmapp.org
Login or Join
Looi7658678

: What technology to use to make animation in browser? I want to make an animation of a blob of ink flowing down and then shaping into text. What js libraries can I use. On my research the

@Looi7658678

Posted in: #Animation #Javascript #Svg

I want to make an animation of a blob of ink flowing down and then shaping into text. What js libraries can I use. On my research the only way i could find to do this was SVG with GSAP js library. Is there any other way to do it.
Thanks

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Looi7658678

1 Comments

Sorted by latest first Latest Oldest Best

 

@Samaraweera207

Your best bet would be to use an SVG animation (SVGs are great for this because they don't care too much about scaling, its perfect no matter how you scale it). If you can make an animation in an SVG editor such as Illustrator or Inkscape, then import it into your html file via the xml code, hook it up to a scroll library like scrollmagic and you're set!

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme