blob: f8e29fdad5d7f87859f5b68b4a32df92f985e0dd [file] [log] [blame]
package com.airbnb.lottie;
import android.graphics.PointF;
import android.graphics.Rect;
interface Transform {
Rect getBounds();
IAnimatablePathValue getPosition();
AnimatablePathValue getAnchor();
AnimatableScaleValue getScale();
AnimatableFloatValue getRotation();
AnimatableIntegerValue getOpacity();
}