Class AnimationEffect


  • public class AnimationEffect
    extends java.lang.Object
    AnimationEffect instance
    • Constructor Summary

      Constructors 
      Constructor Description
      AnimationEffect​(java.lang.Number delay, java.lang.Number endDelay, java.lang.Number iterationStart, java.lang.Number iterations, java.lang.Number duration, java.lang.String direction, java.lang.String fill, BackendNodeId backendNodeId, KeyframesRule keyframesRule, java.lang.String easing)  
    • Constructor Detail

      • AnimationEffect

        public AnimationEffect​(java.lang.Number delay,
                               java.lang.Number endDelay,
                               java.lang.Number iterationStart,
                               java.lang.Number iterations,
                               java.lang.Number duration,
                               java.lang.String direction,
                               java.lang.String fill,
                               BackendNodeId backendNodeId,
                               KeyframesRule keyframesRule,
                               java.lang.String easing)
    • Method Detail

      • getDelay

        public java.lang.Number getDelay()
        `AnimationEffect`'s delay.
      • getEndDelay

        public java.lang.Number getEndDelay()
        `AnimationEffect`'s end delay.
      • getIterationStart

        public java.lang.Number getIterationStart()
        `AnimationEffect`'s iteration start.
      • getIterations

        public java.lang.Number getIterations()
        `AnimationEffect`'s iterations.
      • getDuration

        public java.lang.Number getDuration()
        `AnimationEffect`'s iteration duration.
      • getDirection

        public java.lang.String getDirection()
        `AnimationEffect`'s playback direction.
      • getFill

        public java.lang.String getFill()
        `AnimationEffect`'s fill mode.
      • getBackendNodeId

        public BackendNodeId getBackendNodeId()
        `AnimationEffect`'s target node.
      • getKeyframesRule

        public KeyframesRule getKeyframesRule()
        `AnimationEffect`'s keyframes.
      • getEasing

        public java.lang.String getEasing()
        `AnimationEffect`'s timing function.