Sha256: daf1da0c2a57e6ebdcdebd8419c0495fe44612b05ac8c36efd1c0e27073f090c
Contents?: true
Size: 361 Bytes
Versions: 5
Compression:
Stored size: 361 Bytes
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; /** * Adds a sliding effect to pinned elements. * Should be used in conjunction with the JavaScript Titon.Pin component. */ .pin { @include transition(top 1s, right .5s, left .5s); }
Version data entries
5 entries across 5 versions & 1 rubygems