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.

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

;