Class TransformKeyframeAnimation


  • public class TransformKeyframeAnimation
    extends java.lang.Object
    • Constructor Detail

      • TransformKeyframeAnimation

        public TransformKeyframeAnimation​(AnimatableTransform animatableTransform)
    • Method Detail

      • addAnimationsToLayer

        public void addAnimationsToLayer​(BaseLayer layer)
      • setProgress

        public void setProgress​(float progress)
      • getMatrix

        public Matrix getMatrix()
      • getMatrixForRepeater

        public Matrix getMatrixForRepeater​(float amount)
        TODO: see if we can use this for the main getMatrix() method.
      • applyValueCallback

        public <T> boolean applyValueCallback​(T property,
                                              @Nullable
                                              LottieValueCallback<T> callback)
        Returns whether the callback was applied.