8
0
Просмотр исходного кода

Animate the fake horizontal care from the full visibility onwards for faster feedback and better UX when navigating the document.

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
d5733aa014
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgettypearound.css

+ 5 - 5
packages/ckeditor5-theme-lark/theme/ckeditor5-widget/widgettypearound.css

@@ -199,18 +199,18 @@
 
 
 @keyframes ck-widget-type-around-line-pulse {
 @keyframes ck-widget-type-around-line-pulse {
 	0% {
 	0% {
-		background: hsla(0, 0%, 0%, 0);
+		background: hsla(0, 0%, 0%, 1);
 	}
 	}
 	49% {
 	49% {
-		background: hsla(0, 0%, 0%, 0);
+		background: hsla(0, 0%, 0%, 1);
 	}
 	}
 	50% {
 	50% {
-		background: hsla(0, 0%, 0%, 1);
+		background: hsla(0, 0%, 0%, 0);
 	}
 	}
 	99% {
 	99% {
-		background: hsla(0, 0%, 0%, 1);
+		background: hsla(0, 0%, 0%, 0);
 	}
 	}
 	100% {
 	100% {
-		background: hsla(0, 0%, 0%, 0);
+		background: hsla(0, 0%, 0%, 1);
 	}
 	}
 }
 }