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,
All animations in the page runs in the same time. how we can run animations on scrolling page.
Example : https://stackblitz.com/edit/angular-ivy-vxaiuz?file=src/app/app.component.ts
The text was updated successfully, but these errors were encountered:
Hi @abed-ctrl,
thank you for your question. In the library there are 2 types of animations (from the triggers point of view):
<div *ngIf="CONDITION" [@fadeInOnEnter]></div>
false
true
<div [@rubberBand]="rubberState"></div>
You could use either of those for triggering an animation on scroll events. If you shared a bit more details about your use case, I could try to help.
Sorry, something went wrong.
No branches or pull requests
Hello,
All animations in the page runs in the same time. how we can run animations on scrolling page.
Example : https://stackblitz.com/edit/angular-ivy-vxaiuz?file=src/app/app.component.ts
The text was updated successfully, but these errors were encountered: