Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

What are ways to reduce my JS file size?

New Here ,
Oct 20, 2017 Oct 20, 2017

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!

1.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Oct 20, 2017 Oct 20, 2017

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

Translate
LEGEND ,
Oct 20, 2017 Oct 20, 2017

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 20, 2017 Oct 20, 2017
LATEST

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).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines