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:
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(
|
||||
|
|
Loading…
Reference in New Issue