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.
a transition is on the open class to handle sliding in and out the pane, but if a secondary class binding updates, in this example the 'edit-mode' class then entire open animation will restart by adding open-add and open-add-active
The text was updated successfully, but these errors were encountered:
ngClass works by removing all the former classes and then adding all the
new classes to the element during each watch change operation. This may
cause transition animations to never render. The ngClass directive will
now only add and remove the classes that change during each watch operation.
Closesangular#4960Closesangular#4944
jamesdaily
pushed a commit
to jamesdaily/angular.js
that referenced
this issue
Jan 27, 2014
ngClass works by removing all the former classes and then adding all the
new classes to the element during each watch change operation. This may
cause transition animations to never render. The ngClass directive will
now only add and remove the classes that change during each watch operation.
Closesangular#4960Closesangular#4944
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
a transition is on the open class to handle sliding in and out the pane, but if a secondary class binding updates, in this example the 'edit-mode' class then entire open animation will restart by adding open-add and open-add-active
The text was updated successfully, but these errors were encountered: