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

Commits on Nov 15, 2013

  1. fix(ngAnimate): use a fallback CSS property that doesn't break existi…

    …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
    matsko committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    187b054 View commit details
    Browse the repository at this point in the history