Преглед на файлове

Made the animation shorter by 200ms.

Aleksander Nowodzinski преди 7 години
родител
ревизия
3d9fcfc85b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/inputtext/inputtext.css

+ 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 {