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

motion is-active? demo #83

Closed
JMC-design opened this issue Sep 2, 2022 · 1 comment
Closed

motion is-active? demo #83

JMC-design opened this issue Sep 2, 2022 · 1 comment

Comments

@JMC-design
Copy link
Contributor

When an object becomes inactive and then activated some time later, it will jump to the position it would have been in had it not been inactive.
Is this the desired behaviour, or should an object resume from where it was left off?

@kaveh808
Copy link
Owner

kaveh808 commented Sep 2, 2022

That depends on what the animator is doing. Animators and motions are active, not shapes (objects).

If it is setting a transform based on the frame number or time value, the object will jump.

If it is doing something like a dynamic simulation, then the object may pick up where it left off.

@kaveh808 kaveh808 closed this as completed Sep 5, 2022
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

2 participants