Description
Applies a transition to a view as it scrolls.
Parameters
effect
: The effect to apply. Can be opacity
or scaleEffect
.from
: The starting value of the effect.to
: The ending value of the effect.Example
<myView scrollTransition="effect:opacity;from:1.0;to:0.5"/>