css - Transitioning letter-spacing on Chrome -
i wondering if can confirm chrome doesn't support transitioning letter-spacing
property. wasn't able find documentation on this, doesn't seem working: http://jsfiddle.net/gjjwz/
that example works expected me in firefox, in chrome 28.0.1500.95, change abrupt (no transition). i'm testing on windows 7.
just increase `letter-spacing , you'll see it
a:hover { letter-spacing: 50px; }
Comments
Post a Comment