Problem using JQuery to animate div to 100% height

前端 未结 2 866
一生所求
一生所求 2021-01-20 13:03

Hi I\'m using Jquery to animate a div from a set height to 100% and back to a set height again. This is used to show/hide text from a wordpress post that is longer then the

2条回答
  •  星月不相逢
    2021-01-20 13:08

    Try the slideDown and slideUp effect methods, which should do exactly what you're looking for.

提交回复
热议问题