PHP Classes

File: SmallServerAdmin/Content/scss/_animation.scss

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/Content/scss/_animation.scss   Download  
File: SmallServerAdmin/Content/scss/_animation.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 272 bytes
 

Contents

Class file image Download
?.animate-show { opacity: 1; } .animate-show.ng-hide-add, .animate-show.ng-hide-remove { -moz-transition: all linear 0.5s; -o-transition: all linear 0.5s; -webkit-transition: all linear 0.5s; transition: all linear 0.5s; } .animate-show.ng-hide { opacity: 0; }