HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/stafa/stafa.nl/resources/sass/site/5-Components/_components.pageTransition.scss
.pageTransitionOverlay {
  position: fixed;
  top: 0;
  left: -17%;
  width: 134%;
  height: 120%;
  background-color: black;
  z-index: 999;
  //opacity: 0;
  transform: translate(0, -120%);
  transition: all .5s ease-in-out;

  &.down {
    //opacity: 1;
    transform: translate(0, 0);
  }

  &.done {
    //opacity: 0;
    transform: translate(0, 120%);
  }
}