Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

feat(ngAnimate): conditionally allow child animations to run in parallel with parent animations #7946

Closed
wants to merge 1 commit into from

Conversation

matsko
Copy link
Contributor

@matsko matsko commented Jun 23, 2014

By default ngAnimate prevents child animations from running when a parent is performing an animation. However there are a cases when an application should allow all child animations to run without blocking each other. By placing the ng-animate-children flag in the template, this effect can now be put to use within the template.

Closes #6817

@matsko matsko added cla: yes and removed cla: no labels Jun 23, 2014
@rodyhaddad rodyhaddad added this to the 1.3.0 milestone Jun 23, 2014
@IgorMinar
Copy link
Contributor

this is failing on IE.

otherwise the changes look good.

matsko added a commit to matsko/angular.js that referenced this pull request Jun 30, 2014
…lel with parent animations

By default ngAnimate prevents child animations from running when a parent is performing an animation.
However there are a cases when an application should allow all child animations to run without blocking
each other. By placing the `ng-animate-children` flag in the template, this effect can now be put to
use within the template.

Closes angular#7946
matsko added a commit to matsko/angular.js that referenced this pull request Jun 30, 2014
…lel with parent animations

By default ngAnimate prevents child animations from running when a parent is performing an animation.
However there are a cases when an application should allow all child animations to run without blocking
each other. By placing the `ng-animate-children` flag in the template, this effect can now be put to
use within the template.

Closes angular#7946
matsko added a commit to matsko/angular.js that referenced this pull request Jul 1, 2014
…lel with parent animations

By default ngAnimate prevents child animations from running when a parent is performing an animation.
However there are a cases when an application should allow all child animations to run without blocking
each other. By placing the `ng-animate-children` flag in the template, this effect can now be put to
use within the template.

Closes angular#7946
…lel with parent animations

By default ngAnimate prevents child animations from running when a parent is performing an animation.
However there are a cases when an application should allow all child animations to run without blocking
each other. By placing the `ng-animate-children` flag in the template, this effect can now be put to
use within the template.

Closes angular#7946
@matsko matsko closed this in 8252b8b Jul 1, 2014
matsko added a commit to matsko/angular.js that referenced this pull request Jul 3, 2014
…lel with parent animations

By default ngAnimate prevents child animations from running when a parent is performing an animation.
However there are a cases when an application should allow all child animations to run without blocking
each other. By placing the `ng-animate-children` flag in the template, this effect can now be put to
use within the template.

Closes angular#7946
matsko added a commit that referenced this pull request Jul 3, 2014
…lel with parent animations

By default ngAnimate prevents child animations from running when a parent is performing an animation.
However there are a cases when an application should allow all child animations to run without blocking
each other. By placing the `ng-animate-children` flag in the template, this effect can now be put to
use within the template.

Closes #7946
ckknight pushed a commit to ckknight/angular.js that referenced this pull request Jul 16, 2014
…lel with parent animations

By default ngAnimate prevents child animations from running when a parent is performing an animation.
However there are a cases when an application should allow all child animations to run without blocking
each other. By placing the `ng-animate-children` flag in the template, this effect can now be put to
use within the template.

Closes angular#7946
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ngAnimate breaks when trying to animate ng-repeat calls nested inside ng-repeat-start/-end calls
3 participants