M
M
MegaPuxapb2019-10-12 17:44:56
css
MegaPuxapb, 2019-10-12 17:44:56

Animate the effect of the "show more" button?

How to animate (add smoothness) the appearance of text on button click?
https://jsfiddle.net/xpycm789/oLqrsx4w/23/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
origami1024, 2019-10-12
@MegaPuxapb

height: auto is not animated.
Use max-height: 9001px will work the same as height: auto;
https://jsfiddle.net/xq4akve6/UPD
. Instead of 9001px, you need to set something close to the real height of this element, otherwise there will be a delay during the animation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question