Html – Slide right to left

csshtmljqueryjquery-uiposition;

How can I have a div go from collapsed to expanded (and vice versa), but do so from right to left?

Most everything I see out there is always left to right.

Best Answer

$("#slide").animate({width:'toggle'},350);

Reference: https://api.jquery.com/animate/