Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add variables for sidenav transition values #170

Closed
robframpton opened this issue May 4, 2016 · 1 comment
Closed

Add variables for sidenav transition values #170

robframpton opened this issue May 4, 2016 · 1 comment
Assignees

Comments

@robframpton
Copy link

When there is a fixed element on the page and I want it to transition with a sidenav, it's hard to figure out the transition duration and timing function used by the sidenav. So it would be useful to set those values with variables that can be used elsewhere.

So variables specifically for 0.5s and ease in _side_navigation.scss.

.sidenav-transition,
.sidenav-transition .sidenav-content,
.sidenav-transition .sidenav-menu-slider,
.sidenav-transition .sidenav-menu-slider .sidenav-menu {
    @include transition(all 0.5s ease);
}
@pat270
Copy link
Member

pat270 commented May 25, 2016

Fixed by #176

@pat270 pat270 closed this as completed May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants