Skip to content

Conversation

@ara4n
Copy link
Contributor

@ara4n ara4n commented May 24, 2016

If you don't specify an explicit style prop for Panes, then the Object.assign
in the motion cycle assigns to the static default {} object shared by all
Panes. This causes all the Panes to jump to the same position and overlap.
This seems only noticeable if you disable effects. The fix is to clone
the Pane's style property rather than direct-manipulating it.

Also remove a needless spring interpolation if you have disabled effects.

ara4n added 3 commits May 24, 2016 23:11
If you don't specify an explicit style prop for Panes, then the Object.assign
in the motion cycle assigns to the static default {} object shared by all
Panes.  This causes all the Panes to jump to the same position and overlap.
This seems only noticeable if you disable effects.  The fix is to clone
the Pane's style property rather than direct-manipulating it.

Also remove a needless spring interpolation if you have disabled effects.
@bokuweb
Copy link
Owner

bokuweb commented May 24, 2016

@ara4n thanks!!! release v0.4.1.

@bokuweb bokuweb merged commit 6bc7fcc into bokuweb:master May 24, 2016
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

Successfully merging this pull request may close these issues.

2 participants