Skip to content
Advertisement

Transition the height of an onclick drop down text with css and js

I tried to make a section where I talk about my hobbies etc., but the text was a bit too much, so I decided, that you only read the first sentence and can click it to read the whole text. I used some CSS and JS, but I didn’t use Jquery. Now I want to add a transition to it, but I can’t do it. Here is my code:

JavaScript
JavaScript
JavaScript

I would want to have a opening and closing animation/transition, but I could not get anything with the transition property. Thanks for the help in advance.

Advertisement

Answer

using jquery TOGGLE its easy to do:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement