| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-01 | fix($animator): avoid completing the animation asynchronously unless CSS ↵ | Matias Niemelä | |
| transtiions/animations are present Closes #4023 Closes #3940 | |||
| 2013-10-01 | chore($ngAnimate): simplify vendor prefixes handling in tests | Michał Gołębiowski | |
| 2013-09-30 | fix($animate): ensure transition-property is not changed when only keyframe ↵ | Matias Niemelä | |
| animations are in use Closes #3933 | |||
| 2013-09-26 | fix(ngAnimate): ensure that delays are always considered before an animation ↵ | Matias Niemelä | |
| closes Closes #4028 | |||
| 2013-09-06 | fix(ngAnimate): check elapsedTime on current event | Matias Niemelä | |
| onAnimationProgress now checks the event's elapsedTime property before checking the originalEvent.elapsedTime property. Use browserTrigger with elapsedTime parameter to trigger animation events | |||
| 2013-09-05 | refactor($animate): use CSS3 transition/animation events instead of ↵ | Matias Niemelä | |
| $timeouts to track ongoing animations Closes #3629 Closes #3874 | |||
| 2013-09-03 | fix(ngAnimate): ensure that ngClass is always compiled before enter, leave ↵ | Matias Niemelä | |
| and move animations Closes #3727 Closes #3603 | |||
| 2013-09-03 | fix(ngAnimate): cut down on extra $timeout calls | Matias Niemelä | |
| 2013-08-25 | test(docs): disable brittle tests that need to be rewritten | Igor Minar | |
| 2013-08-25 | style(animateSpec): remove ws | Igor Minar | |
| 2013-08-23 | fix($animate): skip ngAnimate animations if the provided element already has ↵ | Matias Niemelä | |
| transitions/durations attached to it Closes #3587 | |||
| 2013-08-23 | fix($animate): only execute a timeout when transitions or keyframe ↵ | Matias Niemelä | |
| animations are used ngAnimate causes a 1ms flicker on the screen when no CSS animations are present on the element. The solution is to change $animate to only use $timeouts when a duration is found on the element before the transition/keyframe animation takes over. Closes #3613 | |||
| 2013-08-23 | feat(ngMock): add support for creating dynamic style sheets within test code | Matias Niemelä | |
| 2013-08-09 | fix(ngAnimate): make sure that the class value passed into ↵ | Matias Niemelä | |
| addClass/removeClass is the base class string value | |||
| 2013-08-09 | chore(ngAnimate): fix incomplete animation test | Matias Niemelä | |
| 2013-07-26 | fix($animate): make animation onComplete callbacks async | Matias Niemelä | |
| 2013-07-26 | fix(ngAnimate): $timeout integration and cancel callbacks added | Matias Niemelä | |
| 2013-07-26 | chore($animate): replace show/hide with addClass/removeClass | Matias Niemelä | |
| 2013-07-26 | feat(ngAnimate): complete rewrite of animations | Matias Niemelä | |
| - ngAnimate directive is gone and was replaced with class based animations/transitions - support for triggering animations on css class additions and removals - done callback was added to all animation apis - $animation and $animator where merged into a single $animate service with api: - $animate.enter(element, parent, after, done); - $animate.leave(element, done); - $animate.move(element, parent, after, done); - $animate.addClass(element, className, done); - $animate.removeClass(element, className, done); BREAKING CHANGE: too many things changed, we'll write up a separate doc with migration instructions | |||
