Usage would be $('selector').transition({left: '10%'});
I really need to extend it for auto prefixing transforms as well.
edit: if you like, I also wrote a little js plugin for injecting animation keyframes into the CSSOM so you can create keyframe animation rules in JS. Not sure if it has any use, or if the code is even good enough for ridicule, but if you think it's something you'd like, I can release it on github.
Usage would be $('selector').transition({left: '10%'});
I really need to extend it for auto prefixing transforms as well.
edit: if you like, I also wrote a little js plugin for injecting animation keyframes into the CSSOM so you can create keyframe animation rules in JS. Not sure if it has any use, or if the code is even good enough for ridicule, but if you think it's something you'd like, I can release it on github.