flAnimateOnScroll ?: boolean = true
flAnimateOnScrollBehavior ?: AnimationBehavior = AnimationBehavior.FADE
flAnimateOnScrollClass ?: string = 'IsVisible'
Class name to add as a CSS hook
flAnimateOnScrollDelay ?: number = 0.2
Defines how long before the animation will play in seconds
flAnimateOnScrollDistance ?: number = 0.2
Defines how far the animation will start from.
This gets converted to percentage for FADE_FROM_* animation behavior
flAnimateOnScrollDuration ?: number = 0.5
Defines how long the animation will play in seconds
flAnimateOnScrollReset ?: boolean = false
Whether elements should animate out when scrolling past them