Share Posted February 15, 2019 Hey GreenSock, Have a media spec sheet that is asking for the FPS to be 24, what is the default FPS and where can it be found in the Docs? Thanks! Link to comment Share on other sites More sharing options...
Share Posted February 15, 2019 The default frame rate is determined by the browser and is typically 60fps (but it depends on the user's monitor Hz). You can set a cap like: TweenLite.ticker.fps(24); //caps at 24 Does that help? 3 Link to comment Share on other sites More sharing options...
Share Posted February 19, 2019 Are you referring to the IAB specs that specify a max frame rate of 24? https://iabcanada.com/content/uploads/files/IABCanada-AdGuidelines-English.pdf I've been dev'ing banners for years on ad platforms like DoubleClick, Sizmek and AdGear and have never had a scenario where I had to change the frame rate using Jack's or other methods. Banners made with GSAP or other tools should meet the specs for most if not all ad networks out there. Video files are a different story though and you'd have to change that in Adobe Premiere, After Effects, etc. The only scenario I can think of where you might have to change the frame rate would be where you're animating large numbers of elements at the same time and / or very quickly. In that case, it might be better to simplify the design and / or animation because you can never be sure of what the end user's device is going to be doing while the banner is playing. If your animation is too complex the end user might experience choppy performance. 1 Link to comment Share on other sites More sharing options...
Share Posted February 20, 2019 I've seen those spec sheets and I'm convinced they're old holdover relics from days gone by. Either that, or they refer to video. I think you're safe to ignore that. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now