HEX
Server: Apache/2.4.54 (Debian)
System: Linux a5825d2beacc 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64
User: root (0)
PHP: 8.1.14
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/complianz-gdpr/cookiebanner/css/settings/animation/expand.less
.cmplz-cookiebanner {
  animation-name: cmplz-expand;
  animation-duration: 2s;
}

.cmplz-cookiebanner div {
  animation-name: cmplz-expand-opacity;
  animation-duration: 2s;
}

@keyframes cmplz-expand {
  0%   {
	width:0px;
	height:0px;
  }
  25% {
	width:50%;
  }
  50% {
	width:initial;
  }
  75% {
	height:70%;
  }
  100% {
	height: initial;
  }
}

@keyframes cmplz-expand-opacity {
  0%   {
	opacity:0;
  }
  90%  {
	opacity:0;
  }
  100% {
	opacity:1;
  }

}