AnimationOption

public class AnimationOption : NSObject

Object representing the appearance of standard animation.

  • The spring damping for setting the drawer position.

    Declaration

    Swift

    public var springDamping: CGFloat
  • The spring initial velocity for setting the drawer position.

    Declaration

    Swift

    public var springInitialVelocity: CGFloat