Skip to content

Instantly share code, notes, and snippets.

@Xavka
Last active August 4, 2016 18:48
Show Gist options
  • Save Xavka/f424f806592be1190e18 to your computer and use it in GitHub Desktop.
Save Xavka/f424f806592be1190e18 to your computer and use it in GitHub Desktop.
.fullpage-wrapper {
width: 100%!important;
transform: none!important;
}
.fp-section {
width: 100%!important;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
z-index: 0;
transition: all .7s ease-in-out;
}
.fp-section.active {
visibility: visible;
opacity: 1;
z-index: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment