svghmi/widget_jump.ysl2
changeset 3553 406eb8a13648
parent 3515 b90a0acc8c4e
child 3577 6c7a7b22bec9
equal deleted inserted replaced
3536:4ee33be5b8b6 3553:406eb8a13648
   143 }
   143 }
   144 
   144 
   145 emit "cssdefs:jump"
   145 emit "cssdefs:jump"
   146 ||
   146 ||
   147 .fade-out-page {
   147 .fade-out-page {
   148     animation: fadeOut 0.6s both;
   148     animation: cubic-bezier(0, 0.8, 0.6, 1) fadeOut 0.6s both;
   149 }
   149 }
   150 
   150 
   151 @keyframes fadeOut {
   151 @keyframes fadeOut {
   152     0% { opacity: 1; }
   152     0% { opacity: 1; }
   153     100% { opacity: 0; }
   153     100% { opacity: 0; }