Skip to main content
Known Participant
June 21, 2016
Question

Captivate Animations Using Javascript?

  • June 21, 2016
  • 1 reply
  • 203 views

Hello,

Wanted to know if objects that are on the Captivate screen can be controlled using Javascript(rotate, move etc).

Thanks in advance.

IAustin

    This topic has been closed for replies.

    1 reply

    TLCMediaDesign
    Inspiring
    June 21, 2016

    As long as you are publishing to HTML5, then yes. Just use document.getElementById("cpinstancename").

    Sometimes you need to append a "c" onto the instance name.