aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/angular-locale_sk-sk.js
diff options
context:
space:
mode:
authorMatias Niemelä2013-11-04 16:23:56 -0500
committerIgor Minar2013-11-05 21:15:59 -0800
commit9d69a0a7c75c937c0a49bb705d31252326b052df (patch)
tree154d5a7ae3978d66e6682c72e4e8d9175d74e1e1 /src/ngLocale/angular-locale_sk-sk.js
parent7d2d2575a24e099cb0ebd9c3b44f75fe37f24298 (diff)
downloadangular.js-9d69a0a7c75c937c0a49bb705d31252326b052df.tar.bz2
feat($animate): ensure CSS transitions can work with inherited CSS class definitions
BREAKING CHANGE ngAnimate addClass / removeClass animations are now applied right away. This means that as soon as the animation starts the class will be added (addClass) or removed (removeClass) to the element being animated instead of after the -add-active / -remove-active animations are completed. This allows for animations outside of ngAnimate to not conflict with $animate. This commit introduces beforeAddClass and beforeRemoveClass animation event functions and executes any addClass and removeClass event functions AFTER the class has been added or removed (this is opposite functionality of how ngAnimate used to work when performing JS-enabled animations addClass / removeClass animations). If your animation code relies on any animations being performed prior to the class change then simply use the new beforeAddClass and beforeRemoveClass animation event functions. Finally, when animating show and hide animations using CSS transitions or keyframe animations, ng-hide-remove doesn't require `display:block!important` for ng-hide-add anymore.
Diffstat (limited to 'src/ngLocale/angular-locale_sk-sk.js')
0 files changed, 0 insertions, 0 deletions