mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	chore(frontend): tweak animation style
This commit is contained in:
		
							parent
							
								
									e26e24b610
								
							
						
					
					
						commit
						d0cdc0b7a1
					
				
					 1 changed files with 6 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -497,20 +497,17 @@ html[data-color-scheme=dark] ._woodenFrame {
 | 
			
		|||
 | 
			
		||||
	10%,
 | 
			
		||||
	20% {
 | 
			
		||||
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
 | 
			
		||||
		transform: scale3d(0.91, 0.91, 0.91) rotate3d(0, 0, 1, -2deg);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	30%,
 | 
			
		||||
	50%,
 | 
			
		||||
	70%,
 | 
			
		||||
	90% {
 | 
			
		||||
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
 | 
			
		||||
	70% {
 | 
			
		||||
		transform: scale3d(1.09, 1.09, 1.09) rotate3d(0, 0, 1, 2deg);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	40%,
 | 
			
		||||
	60%,
 | 
			
		||||
	80% {
 | 
			
		||||
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
 | 
			
		||||
	50%,
 | 
			
		||||
	90% {
 | 
			
		||||
		transform: scale3d(1.09, 1.09, 1.09) rotate3d(0, 0, 1, -2deg);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	to {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue