DEV Community

Discussion on: Learn how to make Animated Tab-Layout using HTML | CSS | and Pure JS.

Collapse
 
polgarj profile image
Jozsef Polgar • Edited

Hi Shahir!

This is a really nice animation, I like it a lot.

I edited your work and now it works without javascript.
I also changed the html, to make it semantically correct, and accessible.

The trick is, that I changed the list items to radio buttons, and used the :checked selector on the input tags.

Please check it:
jsfiddle.net/polgarj/96hgm27c/6/

Collapse
 
shahirdev profile image
Shahir Hussaini

Thanks, Dear Jozsef.

I have checked yours it's better than mine.

I appreciate your time. 😊