Skip to main content
dc26126732
Participant
October 20, 2017
Answered

What are ways to reduce my JS file size?

  • October 20, 2017
  • 2 replies
  • 1726 views

I've created a banner ad and the js file is about 1.2MB. I need the js file size to be reduced to at least 500KB (though preferably as low as 200KB). I've edited/removed some of the vector artwork and animation and was able to get the Animate file size to go down, but the js file hasn't changed. Does anyone know how I might be able to reduce the file size?

Thanks!

This topic has been closed for replies.
Correct answer ClayUUID

Change all those static textfields to dynamic. Change all those custom tweens to standard easing.

2 replies

Colin Holgate
Inspiring
October 21, 2017

Also, if you haven't done any custom easing, but you've used Motion Tweens, change them to be Classic Tweens (also with no custom easing).

ClayUUIDCorrect answer
Legend
October 20, 2017

Change all those static textfields to dynamic. Change all those custom tweens to standard easing.