Explorar el Código

change to ease-out

kaori hace 4 años
padre
commit
67fdcc52af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/styles/_page-tree.scss

+ 1 - 1
packages/app/src/styles/_page-tree.scss

@@ -19,7 +19,7 @@
 
     .grw-pagetree-button {
       background-color: transparent;
-      transition: all 0.5s ease;
+      transition: all 0.5s ease-out;
       transform: rotate(0deg);
 
       &:focus {