瀏覽代碼

add transitions to the shadow

Gildas 5 年之前
父節點
當前提交
0e4aa4569c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      extension/ui/pages/editor-mask-web.css

+ 2 - 0
extension/ui/pages/editor-mask-web.css

@@ -3,6 +3,8 @@
     position: fixed;
     z-index: 2147483645;
     pointer-events: none;
+    background-color: transparent;
+    transition: all 125ms;
 }
 
 .note-mask-moving.note-yellow {