adding a spining animation thing to CSS
This commit is contained in:
		| @@ -1,3 +1,11 @@ | ||||
| .spin { | ||||
|     animation: spin 1.5s linear infinite; | ||||
| } | ||||
|  | ||||
| @keyframes spin { | ||||
|     to { transform: rotate(360deg); } | ||||
| } | ||||
|  | ||||
| /** https://thinkdobecreate.com/articles/css-animating-newly-added-element/ **/ | ||||
|  | ||||
| .anim-show { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user