DEV Community

Discussion on: Toggle content on click without javascript (Yes you read that right)

 
codenutt profile image
Jared

I'm not sure what the answer to that is. Maybe because CSS is not often thought of like an animation solution? I dunno! CSS is also limited, you can't do everything. But you can do a lot!

Thread Thread
 
fcrozetta profile image
Fernando Crozetta • Edited

Thanks!
I was trying to understand if there was a reason to not use it.

Maybe because CSS is not often thought of like an animation solution?

You may be right. Thanks for taking time to answer my questions!

Thread Thread
 
codenutt profile image
Jared

Oh, nope! I always try and reach for plain CSS before JS for animations 👍🏼