-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
Milestone
Description
Which @angular/* package(s) are the source of the bug?
animations
Is this a regression?
No (at least I don't think it is)
Description
The animation function accepts a delay option which should delay the animation, but the option seems to be ignored (there are no errors thrown/displayed, the option simply doesn't produce any effect).
You can see the issue in this stackblitz reproduction, there if the delay is provided via the transition function then the animation works as expected, but it does not when the delay is provided via animation.
Note: The useAnimation function seems to present the same exact issue.
Reactions are currently unavailable
