Forums

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

Home Forums CSS Fade from page to page + loading bar Reply To: Fade from page to page + loading bar

#251130
grimski
Participant

I have a .no-js class on the body. When javascript is running my modernizr plug-in removes it. So I think I can just target the page with .no-js .page { opacity: 1; } for the same outcome.

Is that a problem with CodePen + pace.js then? Sure my code was identical to that in my templates?

Aside from the main navigation, there’ll be a few links to internal pages on generic/text pages. I suppose on a “Case Study” or “News index” page there could be quite a few links. 50-100 on the “Case Study” isn’t an improbable situation? But I suppose if I want that effect it’s unavoidable?

I’ll check how the page/fade responds when using the browsers back button.