stale icon indicating copy to clipboard operation
stale copied to clipboard

SmashingMagazine: “The Guide To CSS Animation” only uses webkit/moz prefixes

Open dstorey opened this issue 11 years ago • 0 comments

URL: http://www.smashingmagazine.com/2011/09/14/the-guide-to-css-animation-principles-and-examples/ Google positon: 3rd (webkit-animation) Google position: 10th (CSS animation)

issues:

  • Inline code samples only use webkit prefixes
  • Linked demos only use webkit and moz prefixes (doesn't work in IE or presto-Opera)
  • Browser support out of date (smaller issue but may as well be updated at same time)

Fixes:

  • use unprefixed in code samples. Mention prefixes needed for webkit, not for Firefox or IE)
  • Add unprefixed versions to demos
  • Update support info to mention works cross browser now. Unprefixed in IE (10+) and Firefox (16+), currently prefixed in WebKit/Blink if you want to go into details

dstorey avatar Jul 08 '14 08:07 dstorey