You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the following changes to the Vanilla course that is created from adapt create course. These steps are not necessary but assist with reproducing the issue.
co-100: Add hide-page-header to _htmlClasses
b-100 and b-105: Use _onScreen animations with _percentInviewVertical set to 1
Vanilla theme: In _less/_defaults/animations.less, set @animation-delay to 0s
View the co-100 page
Expected behaviour
Blocks should immediately animate in.
Actual behaviour
Blocks do not animate until you start scrolling down the page.
Screen recording
Oct-09-2024.12-53-47.mp4
The text was updated successfully, but these errors were encountered:
Subject of the issue
When a page first loads, inview animations are not triggered until the user starts to scroll down the page.
Relates to:
#579
Your environment
Steps to reproduce
Make the following changes to the Vanilla course that is created from
adapt create course
. These steps are not necessary but assist with reproducing the issue.hide-page-header
to_htmlClasses
_onScreen
animations with_percentInviewVertical
set to1
@animation-delay
to0s
Expected behaviour
Blocks should immediately animate in.
Actual behaviour
Blocks do not animate until you start scrolling down the page.
Screen recording
Oct-09-2024.12-53-47.mp4
The text was updated successfully, but these errors were encountered: