Skip to content
Snippets Groups Projects
Commit 3e72211c authored by Olivier Notteghem's avatar Olivier Notteghem Committed by facebook-github-bot-7
Browse files

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
parent 06510667
No related merge requests found
......@@ -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(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment