Blame view

frontend/web/css/node_modules/animate.css/source/fading_exits/fadeOut.css 114 Bytes
3da83322   Administrator   21.03.16 Versrka
1
2
3
4
5
6
7
8
  @keyframes fadeOut {

    from {opacity: 1;}

    100% {opacity: 0;}

  }

  

  .fadeOut {

    animation-name: fadeOut;

  }