Settings
Contao ContentElement Settings:
The js_scrollcuejs template must be included in the page layout.
Customizable Attributes:
- data-cue: Specifies the animation type (e.g.,
data-cue="fadeIn"
).
- data-cues: Applies an animation to all child elements in a container.
- data-group: Groups elements for sequential animation.
- data-duration: Sets the duration of the animation.
- data-interval: Sets the interval before triggering the next element’s animation.
- data-order: Determines the order of animation.
- data-sort: Sorts elements in a specific order (random, reverse).
- data-delay: Delays the start of the animation.