Skip to main content
Participant
January 22, 2020
Question

Problems with color effect tweens in HTML5

  • January 22, 2020
  • 1 reply
  • 393 views

Do color effect tweens work in the HTML5 format? I've used Adobe animate extensively and am new to HTML5. None of my color effect tweens publish, although I am able to work with them and preview them in the timeline. I've tried both motion and classic tweens. Is there something I'm missing or is there a workaround? Thanks.

This topic has been closed for replies.

1 reply

Legend
January 22, 2020

You should have seen a warning in the Output window that that's exactly what would happen. Filter and color effects aren't natively supported by the HTML5 canvas API, so they have to be implemented in JavaScript. This is slow, so any movieclips with these filters only apply the effect to the first frame, then cache it as a static bitmap.