JIT
Smooth border-radius animation for expanding list
want a smooth border-radius animation between: Expanded state: 20px 20px 0 0 Collapsed state: 20px (i.e., 20px 20px 20px 20px) And animate this when the list opens/closes.

The project directory is empty. I'll create a CSS solution for smooth border-radius animation between your expanded and collapsed states.

Write file
Write file
Added border-radius animation for expand/collapse states
v1