/*
----------------------------------------------------------------

common-css-utilities.css
Gravity Forms Common Utility Styles
http: //www.gravityforms.com

Gravity Forms is a Rocketgenius project
copyright 2008-2021 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be re-distributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/

/*
* Animation Utility Classes
*
* Used in admin-css-utilities.css.
*
* Some of these classes pair with the @gravityforms/utils animate javascript util.
*/

.gform-common .gform-common-util-animate-fade-in {
		opacity: 0;
		will-change: opacity;
	}

.gform-common .gform-common-util-translate-y-20 {
		transform: translateY(20px);
		will-change: transform;
	}

.gform-common .gform-common-util-translate-y--20 {
		transform: translateY(-20px);
		will-change: transform;
	}

/*# sourceMappingURL=common-css-utilities.css.map */
