Nav-Indicator
div inside the navbar, positioned absolutely below the nav links and initially hidden.w--current
class.200-300ms
) for opacity and movement to enhance fluidity.You can create a green dot that appears under the current page in your navigation bar and smoothly moves to each navigation link when hovered using Webflow's Interactions & Transitions. Follow these steps:
Nav-Indicator
.8px
, a background color of green, and set the border-radius to 50%
for a circular shape.absolute
and place it slightly below the navigation links.0
(hidden by default).w--current
class).Nav-Indicator
under this link using absolute positioning within the navigation container.Nav-Indicator
to the hovered nav link using X
and Y
transforms.0
to 100%
).Nav-Indicator
back to the current page nav link.200-300ms
to the Nav-Indicator's
opacity & transform properties for a snappier effect.To create a smooth-moving green dot under your current page and hovering nav links, (1) add an absolute-positioned indicator inside the navbar, (2) place it under the Current page link, and (3) build a Mouse Hover animation that moves it dynamically. This ensures a polished, interactive navigation experience.