Animation

  • draggingAnimationTimings?: CommonAnimation | AnimationTimingPoints | null
    Optional. Specifies the animation timings using a common preset (ease, ease-in-out, spring, etc.)
    or cubic Bezier curve points expressed as an object.
    It defaults to ease, which is the default iOS animation timing function.

  • backdropAnimationTimings?: CommonAnimation | AnimationTimingPoints | null
    Optional. Specifies the backdrop animation timings using a common preset (ease, ease-in-out, spring, etc.)
    or cubic Bezier curve points expressed as an object.

  • draggingAnimationDuration?: number
    Optional. Duration of the dragging animation in milliseconds.

  • backdropAnimationDuration?: number
    Optional. Duration of the backdrop animation in milliseconds.

  • backdropAnimStyleCreators?: StyleCreators
    Optional. Style creators used for animating the backdrop. Each entry maps a CSS property to a function (percent) => string.

;