treehouse : what would you like to learn today?
Web Design Web Development iOS Development

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.
    Comment by richardlazear November 2012 permalink
  • 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;} …
    Comment by richardlazear November 2012 permalink