angular-animations
angular-animations copied to clipboard
:sparkles: Easy, Reusable Animation Utility library for Angular
Is it possible to add global options like duration for all the animations? In the classic animate.css package it is possible by setting CSS variables (like --animate duration) in :root
Bumps [karma](https://github.com/karma-runner/karma) from 5.0.9 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [log4js](https://github.com/log4js-node/log4js-node) from 6.3.0 to 6.4.0. Changelog Sourced from log4js's changelog. 6.4.0 security: default file permission to be 0o600 instead of 0o644 - thanks ranjit-git and @peteriman chore(docs): updated fileSync.md...
Upgrading to iOS 15 causes this error and breaks my app. Works fine in iOS 14 and below. Also seems to work ok in desktop safari for big Sur. iOS...
Everything in the title, is this possible to use these animations for page transitions? I tried it following the tutorial https://angular.io/guide/route-animations It doesn't work
Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Currently the zoom animation fades from 0 to 100% and scales from 0 to 100%. The scale from 0% creates a very mighty effect which I would like to settle...
Maybe I am stupid but is it possible to use the animations with [query](https://angular.io/api/animations/query)? Specifically I wanted to create a stagger animation and use the limit: Code: ```ts animations: [...