소스 검색

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 {