瀏覽代碼

No transition when section it's first-child

@soyjavi 13 年之前
父節點
當前提交
eeff0fdb35
共有 1 個文件被更改,包括 6 次插入1 次删除
  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