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

fix(ngAnimate): use a fallback CSS property that doesn't break existing styles #4964

Closed

Conversation

matsko
Copy link
Contributor

@matsko matsko commented Nov 15, 2013

The clip property seems to remove the box-shadow property when an absolute
positioned animation is ongoing. This fix changes the property to be border-spacing
which is also very underused. The border-spacing CSS property is only visible
when border-collapse is set to separate.

Closes #4902

…ng styles

The clip property seems to remove the box-shadow property when an absolute
positioned animation is ongoing. This fix changes the property to be border-spacing
which is also very underused. The border-spacing CSS property is only visible
when border-collapse is set to separate.

Closes angular#4902
@petebacondarwin
Copy link
Member

LGTM

@matsko
Copy link
Contributor Author

matsko commented Nov 19, 2013

Replaced by #5015

@matsko matsko closed this Nov 19, 2013
@matsko matsko deleted the exchange_transition_fallback_property branch November 22, 2013 01:36
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.

ngAnimate Box Shadow disappears while animation is going.
2 participants