mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 03:21:08 +00:00
style(animator): style cleanup
This commit is contained in:
parent
2845dd1590
commit
556f9cc35e
1 changed files with 2 additions and 3 deletions
|
|
@ -65,7 +65,7 @@
|
||||||
* /*
|
* /*
|
||||||
* Keep in mind that you want to combine both CSS
|
* Keep in mind that you want to combine both CSS
|
||||||
* classes together to avoid any CSS-specificity
|
* classes together to avoid any CSS-specificity
|
||||||
* conflicts
|
* conflicts
|
||||||
* */
|
* */
|
||||||
* .animate-enter-setup.animate-enter-start {
|
* .animate-enter-setup.animate-enter-start {
|
||||||
* /* The animation code itself */
|
* /* The animation code itself */
|
||||||
|
|
@ -118,7 +118,7 @@
|
||||||
* make sure your animations remember to fire off the done function once the animations are complete.
|
* make sure your animations remember to fire off the done function once the animations are complete.
|
||||||
*
|
*
|
||||||
* @param {expression} ngAnimate Used to configure the DOM manipulation animations.
|
* @param {expression} ngAnimate Used to configure the DOM manipulation animations.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -268,7 +268,6 @@ var $AnimatorProvider = function() {
|
||||||
|
|
||||||
$window.setTimeout(done, duration * 1000);
|
$window.setTimeout(done, duration * 1000);
|
||||||
} else {
|
} else {
|
||||||
dump(3)
|
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue