All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.js.tinymce.skins.lightgray.Animations.less Maven / Gradle / Ivy

There is a newer version: 5.0.6
Show newest version
// Animations

.@{prefix}-fade {
	opacity: 0;
	.transition(opacity .15s linear);

	&.@{prefix}-in {
		opacity: 1;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy