richardlazear
-
IE10 CSS Animation Issue
Thank you so much @ToxicFire. Your suggestion works great! It's just a little frustrating that IE10 (at least this particular version) works this way.
-
IE10 CSS Animation Issue
@ToxicFire and @Paulie_D, this is what I currently have. @media only screen and (min-width: 960px) { .tagline {animation: tagline-load 3s ease 3.5s 1 normal forwards;} @keyframes tagline-load { from {text-shadow: none;} …