Table of Contents

Enum ScrollValueExtrapolation

Namespace
Nalu
Assembly
Nalu.Maui.Scaffold.dll

How a scroll-value interpolation behaves outside its [RampStart, RampEnd] window.

public enum ScrollValueExtrapolation

Fields

Clamp = 0

The value holds its endpoint outside the window (the default).

Extend = 1

The value keeps extrapolating linearly — a range mapping becomes a speed factor (e.g. parallax: RampStart=0, RampEnd=100, From=0, To=50 = half-speed translation). Numeric targets only: Color/Brush endpoints always clamp.