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

fix($animateCss): the transitions options delay value should be applied before class application #12585

Closed
wants to merge 1 commit into from

Conversation

matsko
Copy link
Contributor

@matsko matsko commented Aug 14, 2015

Applying a CSS transition delay after a reflow has hit occured where a
CSS class is added/removed doesn't work. This feature does however work
with keyframe animations. This patch ensures that the provided
options.delay value is applied beforehand.

Closes #12584

…ed before class application

Applying a CSS transition delay after a reflow has hit occured where a
CSS class is added/removed doesn't work. This feature does however work
with keyframe animations. This patch ensures that the provided
`options.delay` value is applied beforehand.

Closes angular#12584
@matsko matsko force-pushed the fix_animate_css_delay branch from 4a638d7 to bcf3878 Compare August 14, 2015 00:30
@Narretz
Copy link
Contributor

Narretz commented Aug 14, 2015

LGTM. But can you rewrite this sentence in the commit message:

Applying a CSS transition delay after a reflow has hit occured where a
CSS class is added/removed doesn't work.

It doesn't really make sense to me

@Narretz Narretz added this to the 1.4.5 milestone Aug 14, 2015
@matsko
Copy link
Contributor Author

matsko commented Aug 14, 2015

Closed as 0c81e9f.

The commit message has been updated.

Thank you @Narretz.

@matsko matsko closed this Aug 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants