We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since only the view's timeline is checked for animations, but not the properties themselves.
The following snippet should be edited to check for isComplete() on animation properties that affect transform (getScale(), getRotation(), getPosition()) instead of just the timeline: https://github.com/bluecadet/Cinder-BluecadetViews/blob/develop/src/bluecadet/views/BaseView.cpp#L259-L262
isComplete()
getScale()
getRotation()
getPosition()
cc @shi-weili
The text was updated successfully, but these errors were encountered:
shi-weili
No branches or pull requests
Since only the view's timeline is checked for animations, but not the properties themselves.
The following snippet should be edited to check for
isComplete()
on animation properties that affect transform (getScale()
,getRotation()
,getPosition()
) instead of just the timeline: https://github.com/bluecadet/Cinder-BluecadetViews/blob/develop/src/bluecadet/views/BaseView.cpp#L259-L262cc @shi-weili
The text was updated successfully, but these errors were encountered: