The object moves along the bar using code.
$('#telo').css('transform', 'translate(350px,0)'); I want him to lean slightly at the beginning of the movement, and at the end he was even back, trying to hang 2 at once,
$('#telo').css('transform', 'translate(350px,0)'); $('#telo').css('transform', 'rotate(15deg)'); In this situation, the tilt first occurs, and there is no movement.
Example: https://jsfiddle.net/h3o5Lwkq/1/