Calling a function to image in Captivate by id name from an external javascript file
Using javascript to jump to last slide of project (not by slide number).
Trying to build custom navigation between multiple captivate projects.
How does Captivate determine the hit box of images and is there a way to adjust to hitbox via javascript?
Hello, I’m working on a project in Captivate 2017 and have a slide where I’d like an object to animate in, I am animating it in the javascript window (the on enter action of the slide) and I have it written like: var keyframes = [ { transform:’scale0.4)’ }, { transform:’scale1)’ } ]; var options = { delay: 1000, endDelay: 0, duration: 500, easing: ‘ease-out’, } I’d like it to animate on it’s own (not based on user interaction), but […]