CSS Transition
-
The transition timing on box-shadow isn’t working on the news boxes (and others) on the front page of this site – I have the same code working on other sites so I figure something must be overriding it and I can’t work it out
/*Front Page News*/ .home .featured-content-latest-news article { background-color: $color5; padding: 20px 10px; transition: box-shadow 1s; transition: background-color 1s; h2 { height: 40px; margin-bottom: 0; } } .home .featured-content-latest-news article:hover { box-shadow: 2px 2px 5px RGBA(0,0,0,.2); background-color: $color5; }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS Transition’ is closed to new replies.