GithubHelp home page GithubHelp logo

Comments (2)

danielocdh avatar danielocdh commented on August 14, 2024

If using milliseconds isn't possible, is there a way to make the animation move through frames based on time instead of render speed? I want the animation to show at same speed regardless of device FPS

from tweenjs.

gskinner avatar gskinner commented on August 14, 2024

Timeline & tweens support time based animation, but at present MovieClip does not. This is mainly because Flash Pro (which is the primary use of MovieClip), only really supports a frame-based paradigm.

However, we recognized the need for time-synching MovieClip instances, and added support for it via the .framerate property (also available on Sprite), which keeps your clip running at that framerate regardless of the real-world framerate.

The tricky part of using it is that it has to be set on each MovieClip individually, it isn't inherited by child clips (unless they are in Graphic mode). I recently built a work around in AdHelper though, which you could grab. I'll be looking at building something similar into the library as well.

https://github.com/CreateJS/html5ads/blob/master/AdHelper/AdHelper.js#L283
http://createjs.com/html5ads/#Duration

I'm going to close this, and add an issue for the global setting specifically. I'm also open to feedback if you think MovieClip should support time based animations directly - it shouldn't be crazy hard to add if there's a genuine use case.

from tweenjs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.