From 1da393a9c771afd4b34364a023c1cb43906b9ff6 Mon Sep 17 00:00:00 2001 From: Nathakit Date: Thu, 1 Jun 2017 16:23:24 +0700 Subject: [PATCH] update lazyload class --- assets/stylus/components/feature.styl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylus/components/feature.styl b/assets/stylus/components/feature.styl index 8271decb..a736522f 100644 --- a/assets/stylus/components/feature.styl +++ b/assets/stylus/components/feature.styl @@ -214,7 +214,7 @@ .img-large .img-small -.img-large-webp +.img-large--webp opacity 0 .img-loaded @@ -227,10 +227,10 @@ filter blur(50px) transform scale(1) -.img-large-webp +.img-large--webp &.lazyloaded opacity 1 - transition: opacity .1s linear + transition opacity .1s linear .lazy-img margin auto