?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/complianz-gdpr/cookiebanner/css/settings/animation/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/complianz-gdpr/cookiebanner/css/settings

?? Viewing: bottom-slide.less

#cmplz-cookiebanner-container {
  .cmplz-cookiebanner {
	bottom: -50vh; // @todo height of banner
	-webkit-animation: slideIn 0.5s forwards;
	-webkit-animation-delay: 1s;
	animation: slideIn 0.5s forwards;
	animation-delay: 1s;
  }

  @-webkit-keyframes slideIn {
	100% {
	  bottom: 0;
	}
  }

  @keyframes slideIn {
	100% {
	  bottom: 0;
	}
  }
}


??

??