Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fade or slide div (nav) into view Re: Fade or slide div (nav) into view

#122186
rosspenman
Participant

You probably want to be using [CSS animations](https://developer.mozilla.org/en-US/docs/CSS/Tutorials/Using_CSS_animations) rather than transitions to accomplish this (unless I’ve misunderstood you and the nav is hidden until the browser window is a certain size).

However, this might not even be worth worrying about. It’s not very common to resize your browser window in the middle of looking at a page.