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

Use translate 3d for sidenav active animation #4

Open
ryndel opened this issue Apr 12, 2013 · 0 comments
Open

Use translate 3d for sidenav active animation #4

ryndel opened this issue Apr 12, 2013 · 0 comments
Assignees

Comments

@ryndel
Copy link
Member

ryndel commented Apr 12, 2013

Currently we are using margin-left:

.ui-sidenav-active { 
    margin-left: 80%;
}

It would be preferable to use translate3d for this.

However at the moment there is an issue with using this in combination with position fixed - in that it doesn't work with transform.

For more information on this see the following article.

http://stackoverflow.com/questions/2637058/positions-fixed-doesnt-work-when-using-webkit-transform

@ghost ghost assigned ryndel Apr 12, 2013
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

1 participant