@media (max-width: 990px){ .blog-tab div { width: max-content; } } /* Base tab */ .blog-tab { position: relative; overflow: hidden; } /* Progress fill layer */ .blog-tab::after { content: ""; position: absolute; inset: 0; background-color: #dbdbdb; /* active bg color */ transform: scaleX(0); transform-origin: left; } /* Animate ONLY when active */ .blog-tab.is-animating::after { animation: tabProgress 7s linear forwards; } /* Keep text above fill */ .blog-tab > * { position: relative; z-index: 1; } /* Remove Webflow default active bg */ .w-tab-link.w--current { background-color: transparent !important; } /* Progress animation */ @keyframes tabProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
Your gateway to insightful content and exciting ideas. Here, we share thought-provoking articles, expert opinions, and the latest updates on a wide range of topics. From industry trends to practical tips, our blog is your source of valuable information. Join us in exploring new perspectives and stay connected with what's happening. Happy reading!