I want to do a simple animation with jquery, but it keeps doing the same easing effect, i cant change it.
item.animate({
width: "500px"
},500,"easeInSine");
My code is this simple. When i trigger it it just starts out slow and fast jumps to end. I downloaded jquery ui library again, double checked that all features are selected.