madebysource / lesshat

Smart LESS CSS mixins library.
lesshat.com
MIT License
2.19k stars 258 forks source link

opacity in keyframes #102

Closed patrickkidd closed 10 years ago

patrickkidd commented 10 years ago

Great job adding keyframes, and great job overall with less hat! I'm curious if there is a way to use opacity in keyframes, and also old IE filter opacity? It works well with transform, but opacity is a common one as well. Thanks!

petrbrzek commented 10 years ago

It works! .keyframes(~"test, 0%{ opacity: 0.5 }")

patrickkidd commented 10 years ago

Cool! Thanks so much.