"hide when scrolling down" different effect
Bug Reports
2
Posts
2
Posters
476
Views
2
Watching
-
I enabled "hide when scrolling down" for the site title and the menu. But the title just blinks out instead of moving out of the frame.
-
You can change this CSS that you got:
.sitetitle.txt, nav.primary a{ -webkit-transition: color 300ms ease; -moz-transition: color 300ms ease; transition: color 300ms ease; }to:
.sitetitle.txt, nav.primary a{ -webkit-transition: color 300ms ease, top 350ms ease; -moz-transition: color 300ms ease, top 350ms ease; transition: color 300ms ease, top 350ms ease; }That should work.
The custom css you got there overwrites another css, thats why you didnt see the transition.
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com