15 YouTube views, likes subscribers in 10 minutes. Free!
Get Free YouTube Subscribers, Views and Likes

Enhance Your Articulate Storyline 360 Animations Using Greensock

Follow
Learning Dojo

Articulate Storyline 360 allows you to do basic animations within your courses, but it is pretty limited regarding what you can animate. It does simple entrance and exit animations, but that is about it: no easing controls, no repeats, and other standard animation capabilities.

Thankfully Articulate Storyline gives you another option. The exported courses use a JavaScript animation library called Greensock. Greensock gives you much control over your animations, which means we can have things animated precisely how we want with just a little code.

In this video, I walk you through how to get started with the basics and show you an example of how it can be used.

Code
//Reference the object
var theObject = document.querySelectorAll("[dataacctext='basketball']");

//Animate in GSAP
gsap.to(theObject, { y: 562, ease: "bounce.out"})

If you want to experience the full course check out https://www.udemy.com/course/createe...

If you would like learn more visit https://learningdojo.ninja

posted by vrotsig0q