Sfoglia il codice sorgente

Made the animation shorter by 200ms.

Aleksander Nowodzinski 7 anni fa
parent
commit
3d9fcfc85b

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/inputtext/inputtext.css

@@ -45,7 +45,7 @@
 
 	&.ck-error {
 		border-color: var(--ck-color-input-error-border);
-		animation: ck-text-input-shake .5s ease both;
+		animation: ck-text-input-shake .3s ease both;
 		transform: translateX(0);
 
 		&:focus {