We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello 👋 There seems to be a problem with certain scroll levels when you animate elements vertically to make them appear: https://sharing.clickup.com/clip/p/t20411414/088df0cf-42e4-4c43-9ea1-5a7675b38766/screen-recording-2023-11-21-11%3A32.webm
To Reproduce DOM element with attrs: data-scroll data-scroll-repeat data-scroll-class="u-fade-down"
data-scroll data-scroll-repeat data-scroll-class="u-fade-down"
Custom CSS (similar at AOS.js):
[data-scroll-class^=u-fade] { transition-timing-function: 400ms; transition-duration: cubic-bezier(0.165, 0.84, 0.44, 1); transition-property: opacity, transform; opacity: 0.005; } [data-scroll-class^=u-fade-down] { transform: translate3d(0, -6.25rem, 0); } [data-scroll-class^=u-fade][class*=u-fade] { transform: translateZ(0); opacity: 1; }
Thank you 👊
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello 👋
There seems to be a problem with certain scroll levels when you animate elements vertically to make them appear:
https://sharing.clickup.com/clip/p/t20411414/088df0cf-42e4-4c43-9ea1-5a7675b38766/screen-recording-2023-11-21-11%3A32.webm
To Reproduce
DOM element with attrs:
data-scroll data-scroll-repeat data-scroll-class="u-fade-down"
Custom CSS (similar at AOS.js):
Thank you 👊
The text was updated successfully, but these errors were encountered: