Combine css3 transforms via js
问题 please is there a way how to combine more CSS3 transforms over the time? For example when I set this $bgWrapper.css({ '-webkit-transform' : ' scale3d(' + currScale + ', '+ currScale +', 1)' }); And then in few moments this $bgWrapper.css({ '-webkit-transform' : 'translate3d('+ ((currCoords[0])/currScale) +'px, '+ ((currCoords[1])/currScale) +'px, 0px) ' }); I get a problem. First transform is overriden with the second one, but thats what I definitely don't want to happen. So I observed I can