am 793b08cd: Merge "Set start transform before animator starts." into lmp-dev
* commit '793b08cd65f98edb48fd6e3dae440b0d71405567': Set start transform before animator starts.
This commit is contained in:
@@ -182,6 +182,7 @@ public class ChangeImageTransform extends Transition {
|
||||
if (endMatrix == null) {
|
||||
endMatrix = Matrix.IDENTITY_MATRIX;
|
||||
}
|
||||
ANIMATED_TRANSFORM_PROPERTY.set(imageView, startMatrix);
|
||||
animator = createMatrixAnimator(imageView, startMatrix, endMatrix);
|
||||
}
|
||||
return animator;
|
||||
|
||||
Reference in New Issue
Block a user