jQuery-Flight-Indicators icon indicating copy to clipboard operation
jQuery-Flight-Indicators copied to clipboard

smoothing animation

Open lesitevideo opened this issue 4 years ago • 1 comments

Hi It could be nice to modify the css file :

div.instrument .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

to :

div.instrument .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .3s;
}

cheers

lesitevideo avatar Apr 17 '20 09:04 lesitevideo

+1 - nice idea, works perfect

tikky avatar Feb 18 '22 18:02 tikky