janpaepke / ScrollMagic

The javascript library for magical scroll interactions.
http://ScrollMagic.io
Other
14.88k stars 2.17k forks source link

AnimeJS support? #795

Open MonsterDeveloper opened 6 years ago

MonsterDeveloper commented 6 years ago

Hey! I am looking if ScrollMagic supports AnimeJS, like GSAP? It would be great to create a plugin for AnimeJS.

krnlde commented 6 years ago

Cool would be awesome if you'd do that!

MonsterDeveloper commented 6 years ago

@krnlde Done! https://github.com/MonsterDeveloper/scrollanime

MonsterDeveloper commented 6 years ago

@krnlde would you like to test it?

krnlde commented 6 years ago

Cool! For later and production use it would be great to have an NPM package versioned in semver and some unit tests.

I'll try it out and give you feedback.

thariddler commented 5 years ago

Any new on this? Really want to use it with Anime

bennyjien commented 5 years ago

I too would love to use ScrollMagic with AnimeJS.

fluxxus commented 4 years ago

What are your particular use cases? ScrollMagic can be used with AnimeJS, at least it works with version 3.

Perhaps it is not working for all stuff like GSAP, but if you create timelines in Anime, they can be bind to scroll magic easily.

geobotsar81 commented 3 years ago

Just saw this during my search on using animejs with scrollmagic. Another solution without the need of a plugin would be to trigger your animation using the on enter event of ScrollMagic

image