LeaVerou / animatable

One property, two values, endless possiblities
http://leaverou.github.io/animatable
2.59k stars 659 forks source link

Added font-weight transitions #23

Closed Azd325 closed 13 years ago

LeaVerou commented 13 years ago

Doesn't that transition need a font with all weights to actually do anything useful? Otherwise it would just go from normal to bold in one step, right?

Azd325 commented 13 years ago

Yes, you're right! I wanted to make a transitions that look the same in every browser, who support this. The numbers(100 to 900) are not supported by each font, but i have no problem to change this!?

LeaVerou commented 13 years ago

The thing is that even if you actually find a font that has all lengths: a) It would add lots of weight in the page b) The transition still wouldn't be smooth

So it's kinda out of scope. But nice experiment! Keep thinking outside the box!