mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-16 12:12:20 +08:00
fix 'create' animation pivot to be relative to center of component
Reviewed By: sahrens Differential Revision: D2931318 fb-gh-sync-id: b95ab0b5631f1780dab065b58340f25a274d0df9 shipit-source-id: b95ab0b5631f1780dab065b58340f25a274d0df9
This commit is contained in:
committed by
facebook-github-bot-7
parent
065106678f
commit
3e72211cab
@@ -34,9 +34,9 @@ import com.facebook.react.uimanager.IllegalViewOperationException;
|
||||
toValue,
|
||||
fromValue,
|
||||
toValue,
|
||||
Animation.RELATIVE_TO_PARENT,
|
||||
Animation.RELATIVE_TO_SELF,
|
||||
.5f,
|
||||
Animation.RELATIVE_TO_PARENT,
|
||||
Animation.RELATIVE_TO_SELF,
|
||||
.5f);
|
||||
default:
|
||||
throw new IllegalViewOperationException(
|
||||
|
||||
Reference in New Issue
Block a user