Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose closed form destinations as they are discovered. #42

Open
jordwalke opened this issue Oct 13, 2013 · 0 comments
Open

Expose closed form destinations as they are discovered. #42

jordwalke opened this issue Oct 13, 2013 · 0 comments

Comments

@jordwalke
Copy link

In addition to exposing an rAF throttled physics value callback, it would be extremely helpful to also include as much information as can be determined about the future values. This would look like:

  • As your finger is released, the easing function, final destination and length of animation that will be started.
  • Of course, if a touch or interaction occurs before the final time of animation being complete, that prior plan is invalidated - but applications can trivially handle that case.

The reason why this is important, is that we can compute CSS transition functions and keyframes (not just transforms) that execute very performantly - quite possibly the only way to move things on screen while being resilient to image decoding.

Please let me know if anyone has thought of a way to do this easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant