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

fix(ngAnimate): fix regression with animations on translate properties #4083

Closed
wants to merge 1 commit into from

Conversation

btford
Copy link
Contributor

@btford btford commented Sep 20, 2013

1.2.0rc1 induced a fix that prevented animations from running twice, but this had the unintended consequence of causing animations on translate, translateX, and translateY to sometimes not run. This fix checks for those cases and only applies the work-around when appropriate.

My only issue is that I'm not sure how to (or if we even can) test this.

Closes #3933

1.2.0rc1 induced a fix that prevented animations from running twice, but this had the unintended
consequence of causing animations on translate, translateX, and translateY to sometimes not
run. This fix checks for those cases and only applies the work-around when appropriate.

Closes angular#3933
@matsko
Copy link
Contributor

matsko commented Oct 1, 2013

Replaced by: #4171

@matsko matsko closed this Oct 1, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.2.0-rc2: ngShow translateX animation
2 participants