zachleat’s avatarzachleat’s Twitter Archive—№ 13,099

    1. CSS vendor prefix pop quiz: What’s the problem with this code?
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @zachleat
    Answer: WebKit/Blink support transition but need prefixed -webkit-filter. The second attribute overrides.
    oh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @zachleat
      The fix is to use multiple comma separated transition values, like this (props to @NickColley)
      oh my god twitter doesn’t include alt text from images in their API