animationScrollWithEase DeprecatedJS
Deprecated
animationScrollWithEase is deprecated. Extend ScrollAnimationTarget for new implementations.
The animationScrollWithEase decorator adds eased interpolation to a legacy scroll animation class. It remains exported for migration compatibility.
Migration
Replace a decorated AbstractScrollAnimation subclass with a ScrollAnimationTarget subclass and configure its interpolation through the current ScrollAnimation API.
See the ScrollAnimation migration notes and the current ScrollAnimation reference.