Domanda

i want to animate my scrollLeft = value using XUI (note that I can't use any JQuery animation for this one). I tried using the tween function as such: x$('#divID')tween(scrollLeft : value + 'px') and it didn't solve the problem.

Do any of you have an idea on how I can get an animated scrollLeft using XUI? I would really appreciate it. Thank you and God Bless!

È stato utile?

Soluzione

You cannot animate scrollLeft as it is a DOM property, you can only animate CSS styles with XUI.

See documentation for reference.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top