LlawmotorsportsMay 4, 2016
How do I set the time it takes to do the header animation from transparent to not-dark?
2 replies · opened May 4, 2016
How do I set the time it takes to do the header animation from transparent to not-dark?
Hello,
We really apologize but we are not really sure about which animation speed you would like to modify. But if you are looking to add an Animation for the Background Color of the Header from Transparent to Not Dark when the Header turns Sticky, then you can consider using the following CSS Code:
#header-wrap {
-webkit-transition: height .4s ease, opacity .3s ease, background-color .4s ease;
-o-transition: height .4s ease, opacity .3s ease, background-color .4s ease;
transition: height .4s ease, opacity .3s ease, background-color .4s ease;
}This should definitely work fine. Let us know if we can help you with anything else or if you find any further issues.
Exactly what I need.
Thanks!
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard