Explorar el Código

No transition when section it's first-child

@soyjavi hace 13 años
padre
commit
eeff0fdb35
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      src/stylesheets/lungo.media.phone.styl

+ 6 - 1
src/stylesheets/lungo.media.phone.styl

@@ -45,8 +45,13 @@
 
       /* Transition: SLIDE */
       &[data-transition="slide"]
-        transform translateX(100%)
         visibility: visible
+
+        &:first-child
+          transform translateX(0%)
+        &:not(first-child)
+          transform translateX(100%)
+
         &.show
           transform translateX(0%)
         &.hide