Skip to content
Snippets Groups Projects
Commit 248454e5 authored by Chris Lawton's avatar Chris Lawton
Browse files

updating mobile menu timing function to use global transition variable rather than cubic-bezier

parent 6b77f53d
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
background: $color--dark-grey; background: $color--dark-grey;
opacity: 0; opacity: 0;
transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
transition: opacity, transform, 250ms cubic-bezier(0.65, 0.05, 0.36, 1); transition: opacity, transform, $transition;
&.is-visible { &.is-visible {
opacity: 1; opacity: 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment