PageSnapFunnelAnimation

data class PageSnapFunnelAnimation(var overlayColor: ScanbotColor = ScanbotColor("?sbColorModalOverlay", isArgb = false)) : PageSnapFeedbackMode, Parcelable

Configuration of the funnel animation.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JSONObject)
constructor(overlayColor: ScanbotColor = ScanbotColor("?sbColorModalOverlay", isArgb = false))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val _type: String
Link copied to clipboard

The overlay color for the funnel animation.

Functions

Link copied to clipboard
open override fun clone(): PageSnapFunnelAnimation
Link copied to clipboard
open override fun toJson(config: ToJsonConfiguration): JSONObject