Jump to content
Search Community

Search the Community

Showing results for tags 'file size loading api'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 1 result

  1. JTDev

    GSAP JS APIs & file sizes

    I'm currently using TweenMax.min.js. I need to do some file size crunching for a banner I'm working on. I've loaded the following files which saves me about 21KB instead of using TweenMax.min.js (90KB). <script type="text/javascript" src="plugins/CSSPlugin.min.js"></script> <script type="text/javascript" src="easing/EasePack.min.js"></script> <script type="text/javascript" src="TweenLite.min.js"></script> <script type="text/javascript" src="TimelineLite.min.js"></script> Here are my questions: 1. Is there anything else I can do to further reduce the overall file size? 2. I didn't experiment yet but can I move the CSSPlugin and EasePack files into the root with TweenLite and TimelineLite? 3. Do the files need to load in a specific order?
×
×
  • Create New...