Contents

visible(_:)

The target view is visible by the given amount, where zero is fully hidden, and one is fully visible.

Declaration

static func visible(_ amount: Double) -> ScrollTransitionConfiguration.Threshold

Discussion

Values less than zero or greater than one are clamped.

See Also

Getting the threshold