Resize div in jquery from right to left

后端 未结 1 1401
名媛妹妹
名媛妹妹 2021-01-22 09:50

I want to animate and resize div tag from right to left.

By default i have learnt from examples and found it resizes from left to right but as per proje

相关标签:
1条回答
  • 2021-01-22 10:28

    It's all a matter of your CSS. Have your animated element wrapped in a position:relative element, and set its CSS to position: absolute; bottom: 0; right: 0;. Then youre animation will be displayed in the desired direction. See: http://jsfiddle.net/9SJ4Q/

    0 讨论(0)
提交回复
热议问题