that is
$Target.css('transform ',' scaleX(- 1)')
For compatibility with older versions of webkit browsers, you can
$Target.css('webkitTransform ',' scaleX(- 1)')
Incompatible with earlier versions of IE.