-
-
Notifications
You must be signed in to change notification settings - Fork 830
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
Auto will-change
#2700
Auto will-change
#2700
Conversation
* | ||
* @public | ||
*/ | ||
transformPagePoint?: TransformPoint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused
* | ||
* @public | ||
*/ | ||
allowTransformNone?: boolean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unused
eb8c429
to
a1ed627
Compare
@@ -372,6 +360,9 @@ export class AcceleratedAnimation< | |||
) | |||
} | |||
|
|||
const { onStop } = this.options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wasn't calling onStop callbacks previously
3ff1bc2
to
b300f70
Compare
translateZ(0)
seems not to have the same layerizing effect as it used to. In this PR we make eachmotion
component manage its ownwillChange
MotionValue
.Only values that can be responsible for adding to the compositor are added to
willChange
.