Ver Fonte

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

Aleksander Nowodzinski há 5 anos atrás
pai
commit
d5733aa014

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

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