I try to set up this LESS mixin for CSS animation keyframes:
.keyframes(@name, @from, @to) {; @-webkit-keyframes \"@name\" { from { @from;
Before-mentioned https://github.com/kuus/animate-me.less does things!
You can also check out this one written by me (seems to be neater): https://github.com/thybzi/keyframes