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; } 

http://jsfiddle.net/gjjwz/1/


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -