[Solved] Seamless onClick animated s
Use this as the basis to fit it to you use-case. Works on hover on any section. Snippet: * { box-sizing: border-box; margin: 0; padding: 0; font-family: sans-serif; } .parent { width: 100vw; height: 120px; display: flex; flex-direction: columns; } .parent > div { background-color: #ddd; text-align: center; padding: 12px 8px; flex: 1 1 10%; … Read more