hello good afternoon community. I want to move your background-position in xa this image to act as a video but do not mistake that I have Thanks before hand
$(document).ready(function() {
$('.imagen').mouseenter(function(){
var numero = -535;
var suma;
for (var i = 1; i <= 10; i++) {
$(this).css({'backgroundPosition': suma+"px 0px"}, "-10");
suma = numero * i;
}
}
});