提交 513b5dfe 编写于 作者: J Joao Moreno

better sync animation

上级 bb69254b
......@@ -245,11 +245,11 @@
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
to { transform: rotate(1080deg); }
}
.monaco-shell .git-statusbar-group > .git-statusbar-sync-item.syncing > .octicon {
animation: 1.5s linear infinite spin;
animation: 2s ease-in-out infinite spin;
}
.monaco-shell .git-statusbar-group > .git-statusbar-sync-item.disabled > .ahead-behind,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册