v0.2.0
Added
- Mega menu panels now fade in on the header's own timing over a transparent header. Ollie Menu Designer fades a panel in over about 100ms while this plugin fades the header's background over 300ms, so over a transparent header the panel snapped in a fraction of a second before the header colour caught up behind it. The panel's opacity transition is matched to the header's – the same duration and easing, copied from Ollie Pro's slide because CSS cannot read another element's timing – so the two arrive as one surface. Applies only while the header is actually fading (transparent and turning solid) and only to the desktop dropdown, not the mobile overlay.
- Removed the bright band that flashed across the header's lower edge while a mega menu opened over the transparent header. Ollie Menu Designer positions the panel from the nav item's Top spacing, which sits inside the header's padding, so the panel overlapped the header by a narrow band; two semi-transparent copies of the same colour composite brighter than either, so mid-fade that overlap showed as a bright strip. A small script now measures the header's live bottom edge and hangs the panel flush against it, edge to edge, so there is no overlap to composite. It measures the panel's top before it paints, so a companion plugin that caps a tall menu's height reads the corrected edge without a shared signal.
Full changelog: https://github.com/Kntnt/kntnt-transparent-header-ollie-pro/blob/v0.2.0/CHANGELOG.md