Multiple Transforms on mousemove jquery
问题 Probably an easy fix, but for the life of me I can't figure it out or may be overthinking it. In short I have a div that rotatesY based on mousemove. I have that working, but I also need it to translate across the X axis as well. So I know I have to use transform: translateX(value), but not sure how to apply two transforms the best way in jquery. Thanks for the help. Fiddle link below. Also is there a way to change the rotationY directions? var $window = $(window), $box = $('#box') rotation =