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:
Olivier Notteghem 2016-02-12 00:11:33 -08:00 committed by facebook-github-bot-7
parent 065106678f
commit 3e72211cab
1 changed files with 2 additions and 2 deletions

View File

@ -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(