Sha256: c14d5fb2f89c032488ec6163ef4a1399cc25c9dd1bd32540bbbfc3125bc52011

Contents?: true

Size: 447 Bytes

Versions: 2

Compression:

Stored size: 447 Bytes

Contents

/**
 * @copyright   2010-2013, The Titon Project
 * @license     http://opensource.org/licenses/bsd-license.php
 * @link        http://titon.io
 */

@import "../_common";

/**
 * Will hide background images and defer image loading until they are within viewport.
 * Should be used in conjunction with the JavaScript Titon.LazyLoad component.
 */

.lazy-load {
    background-image: none !important;
    @include transition(background-image .3s);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
titon-toolkit-0.11.1 scss/toolkit/ui/lazy-load.scss
titon-toolkit-0.11.0 scss/toolkit/ui/lazy-load.scss