Package-level declarations

Types

Link copied to clipboard
open class FadingEdges(var startEdgeWidthDp: Float = FADING_EDGE_WIDTH_DP, var endEdgeWidthDp: Float = startEdgeWidthDp, var visibilityThresholdDp: Float = FADING_EDGE_VISIBILITY_THRESHOLD_DP, var visibilityInterpolator: TimeInterpolator = AccelerateDecelerateInterpolator())

FadingEdges applies a horizontal fade to the edges of the chart area for scrollable charts. This effect indicates that there’s more content beyond a given edge, and the user can scroll to reveal it.