January 28, 2020
Anyone can help with GSAP (GreenSock) ?
Comments
(2)
January 28, 2020
Anyone can help with GSAP (GreenSock) ?
Master 16 posts
Followers: 8 people
(2)

Hello everyone,

I have a question about GSAP implementation in Adobe Captivate. I found two posts here related to this topic, but they didn’t answer my question. I have a very basic one. I hope someone can help me with it. I tested GSAP in my browser, and I love (and recommend) it. Even the free library they offer is great. It works through javascript so I should be able to implement all those smooth and eye-pleasant effects in Captivate. So my question is: How do I make it work in Captivate? I mean how do I link the library to the project. In an HTML code, I paste something like …

<script src=”https://cdnjs.cloudflare.com/ajax/libs/gsap/3.0.0/gsap.min.js”></script>
<script src=”https://cdnjs.cloudflare.com/ajax/libs/gsap/3.0.1/TextPlugin.min.js”></script>

…and I’m done.  How do I make a connection to the GSAP library in Captivate?

I’ll be grateful for your answers.
Question about implementing GSAP library in Adobe Captivate.

2 Comments
2020-02-11 19:54:21
2020-02-11 19:54:21

Hello, To make greensock or any other externally linked js lib, (including your own), ‘work’ in captivate you need to edit the published index.html file of your HTML5 published content.

Linking the lib is just the beginning, actually being able to call and use it needs to be done in other places.
You can find out more here: https://static.carahsoft.com/concrete/files/1014/9314/4287/Steven_Warwick_Part_2_-_A_Deeper_Dive_into_Developing_Custom_Interactions_in_Adobe_Captivate_Using_JavaScript.pdf

Like
(2)
(1)
>
timothym50856508
's comment
2020-04-15 20:50:33
2020-04-15 20:50:33
>
timothym50856508
's comment

Thank you Timothy. I appreciate your help and your links.

Like
(1)
Add Comment