Hi everyone Are there any animation APIs/Libraries...
# react
s
Hi everyone Are there any animation APIs/Libraries available in Kotlin/JS?
r
Doodle has some animation support: https://nacular.github.io/doodle/docs/animations
s
Thanks for the response 🌟 I'm not sure how I'll be able to use it with my existing KVision setup though It can be nice to check it out regardless
r
Some fairly simple animation api, based on jQuery animations, is also available in KVision in the
kvision-jquery
module.
But I would not dare call it real animations 😉 Just some kind of visual effects.
s
Oh.. I hadn't thought of that.. thanks a bunch! 😃