You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
setClass is run when ngClass changes and both addClass and removeClass are run at the same time. This works fine, but it also requires a setClass animation to be defined within the JS animations.
This because annoying when you have to watch for CSS class changes within addClass, removeClass and setClass. Instead setClass should break down to addClass and removeClass if setClass is not defined on the animation.
The text was updated successfully, but these errors were encountered:
setClass
is run when ngClass changes and both addClass and removeClass are run at the same time. This works fine, but it also requires a setClass animation to be defined within the JS animations.This because annoying when you have to watch for CSS class changes within addClass, removeClass and setClass. Instead setClass should break down to addClass and removeClass if setClass is not defined on the animation.
The text was updated successfully, but these errors were encountered: