• File: e-animation-float.css
  • Full Path: /home/bravetechrwanda/hpgt.org/.log-unix/wp-includes/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.css
  • Date Modified: 08/25/2024 5:59 PM
  • File size: 267 bytes
  • MIME-type: text/plain
  • Charset: utf-8
.elementor-animation-float {
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
	transform: translateY(-8px);
}