Skip to main content
Known Participant
November 4, 2017
Question

Animate CC oam object in Captivate -- Transparent Background?

  • November 4, 2017
  • 1 reply
  • 484 views

Trying to learn Animate CC 2017 and pull the oam file into Captivate.  When
I do it puts a white background on the animation.  Need a transparent background
or a way to match the color of the background with the page in Captivate.
Also the Animate animation doesn't resize with the responsiveness needed.
Any help would be appreciated?  Should I just give up on using Animate objects?
Thanks

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    November 4, 2017

    Did you try what is explained in:

    OAM publishing for Animate CC

    In the past I also had success with putting this code in the first frame of the project:

    canvas.style.backgroundColor = "rgba(0,0,0,0);

    document.body.style.backgroundColor = "rgba(0,0,0,0);

    This was so much easier in Adobe Edge Animate, but Adobe decided not to continue its development.