Skip to content

Conversation

thePunderWoman
Copy link
Contributor

In the case that someone wants to disable animations via selector specificity, for example by adding an .animate-disabled class to a parent node, we need to make sure the animate instructions don't misbehave. Now we detect if animations exist in the provided classes and react accordingly.

fixes: #63161

Does this PR introduce a breaking change?

  • Yes
  • No

@thePunderWoman thePunderWoman added action: review The PR is still awaiting reviews from at least one requested reviewer area: core Issues related to the framework runtime target: rc This PR is targeted for the next release-candidate labels Aug 19, 2025
@ngbot ngbot bot added this to the Backlog milestone Aug 19, 2025
@thePunderWoman thePunderWoman added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Aug 20, 2025
In the case that someone wants to disable animations via selector specificity, for example by adding an `.animate-disabled` class to a parent node, we need to make sure the animate instructions don't misbehave. Now we detect if animations exist in the provided classes and react accordingly.

fixes: angular#63161
thePunderWoman added a commit that referenced this pull request Aug 20, 2025
In the case that someone wants to disable animations via selector specificity, for example by adding an `.animate-disabled` class to a parent node, we need to make sure the animate instructions don't misbehave. Now we detect if animations exist in the provided classes and react accordingly.

fixes: #63161

PR Close #63242
@thePunderWoman
Copy link
Contributor Author

This PR was merged into the repository by commit 70afb41.

The changes were merged into the following branches: main, 20.2.x

@thePunderWoman thePunderWoman deleted the empty-animate branch September 12, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime target: rc This PR is targeted for the next release-candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide alternative to [@.disabled] for new animate syntax.
3 participants