Hello guys!
This is my code
- function(){
- $(this).animate(
- {
- left: '0',
- backgroundColor: 'rgb(255,255,255)'
- },
- 500,
- 'easeInSine'
- );
This code is working fine with 1.6.3 version , making background white at the div that is applied, but when I update to version 1.7.1 the background does not change to white.
Any ideas?
Thank you.