I'm about to start putting together a theme for a new course I'm working on, and I'm thinking of trying to build in some basic parallax/scrolling animation effects. (Eg learner scrolls down to a block and when they do so the images/text slides in.)
I've seen a few things like this in a few demos in the showcase -- e.g. in a couple of the Kineo demos -- and I wondered if anyone had any experience of doing this, or suggestions for how best to approach. A couple of thoughts were:
- Has anyone had any success integrating a library like scrollmagic (or one of the many others) with Adapt?
- If I wanted to use something like animate.css to animate the display of content within a block when a user scrolls-to/views that block, is there a particular event/action that could be readily linked with within the framework? Would I be advised to use Trickle, to be able to trigger the event?