visionmedia / move.js

CSS3 backed JavaScript animation framework
http://visionmedia.github.com/move.js/
4.72k stars 686 forks source link

apply multiple properties inside set method? #61

Closed frumbert closed 7 years ago

frumbert commented 9 years ago

Set is currently only able to accept a single key / value. Is is feasible to also be able to accept an object and iterate the keys (similar to jquery's extend)?