@@include('_head.html')
@@include('_navbar.html', { "classList": "center-nav transparent navbar-light", "otherClassList": "w-100 d-flex ms-auto", "otherLanguageSelect": true, "otherBtn": true, "otherBtnClassList": "btn-sm btn-primary rounded-pill", "otherBtnText": "Contact", "otherBtnLink": "@@webRoot/contact.html" })

Animations

Add animations to elements to show them by scrolling. For further plugin documentation please visit scrollCue.js docs

@@include('docs/_sidebar.html', {"page": "elements-animations"})

Standard Example

Set the data-cue attribute in the target element and specify the animation type.

Parent Wrap

You can wrap it in a parent element by setting the data-cues attribute.

Group Wrap

You can group target elements by setting the data-group attribute. With grouping, when the first element is triggered, the remaining elements are also triggered sequentially, regardless of the scroll amount.

[data-duration]

You can set the showing time of the element. (ms)

[data-interval]

You can set the showing interval time of the element. (ms)

[data-delay]

You can set the showing delay time of the element. (ms)

@@include('docs/_footer.html') @@include('_page-progress.html') @@include('_scripts.html')