aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/animator.js
AgeCommit message (Expand)Author
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä
2013-07-26chore(ngdocs): replace showdown.js with marked.jsMatias Niemelä
2013-07-15fix($animator): ensure animations are always disabled for an element that is ...Matias Niemelä
2013-06-17feat(ngdocs): support popover, foldouts and foldover annotationsMatias Niemelä
2013-06-06refactor($route): pull $route and friends into angular-route.jsIgor Minar
2013-05-30fix($animator): ensure $animator calculates the highest duration + delay for ...Matias Niemelä
2013-05-30docs(): Rectify animator.animate documentationGias Kay Lee
2013-05-28feat($compile): support multi-element directiveMisko Hevery
2013-05-16feat($animator): provide support for custom animation eventsMatias Niemelä
2013-05-13feat(ngAnimate): cancel previous incomplete animations when new animations ta...Matias Niemelä
2013-05-13docs(animation): fix code example to work with most recent ngAnimateMatias Niemelä
2013-05-09style(*): fix up semicolon and var usageAnatoly Shikolay
2013-05-08chore(ngAnimate): CSS classes X-setup/X-start -> X/X-activeMatias Niemelä
2013-05-08feat(ngAnimate): Add support for CSS3 Animations with working delays and mult...Matias Niemelä
2013-05-08feat($sniffer): Add support for supportsAnimations flag for detecting CSS Ani...Matias Niemelä
2013-05-08chore(ngIf): Add animation code to ngIf example and docs text to ngAnimate docsMatias Niemelä
2013-05-02fix(ngAnamite): eval ng-animate expression on each animationMisko Hevery
2013-05-02fix(ngView): accidentally compiling leaving contentMisko Hevery
2013-04-29feat(ngdocs): support for HTML table generation from docs codeMatias Niemelä
2013-04-22fix($animator): remove dependency on window.setTimeout.Misko Hevery
2013-04-11fix(ngAnimate): prevent animation on initial page loadMisko Hevery
2013-04-11docs(animator): fix typowinkler1
2013-04-11fix(ngAnimate): skip animation on first renderMatias Niemelä
2013-04-11feat($animator): allow to globally disable and enable animationsMatias Niemelä
2013-04-11docs(animator): Fixed a typoPatrick
2013-04-03fix(ngAnimator): correct polyfillSetup activation and memento generationWilliam Bagayoko
2013-04-03fix(ngShow/ngHide): revert to display:'' for showMisko Hevery
2013-04-03style(animator): style cleanupIgor Minar
2013-04-02feat(ngAnimate): add support for animationMisko Hevery