src/scss/toolkit/ui/pin.scss in titon-toolkit-0.9.4 vs src/scss/toolkit/ui/pin.scss in titon-toolkit-0.10.0
- old
+ new
@@ -1,16 +1,16 @@
/**
- * @copyright Copyright 2010-2013, The Titon Project
- * @license http://opensource.org/licenses/bsd-license.php
- * @link http://titon.io
+ * @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.Modal module.
+ * Should be used in conjunction with the JavaScript Titon.Pin component.
*/
.pin {
- @include transition(top 1s, right .5s, left .5s);
+ @include transition(top 1s, right .5s, left .5s);
}
\ No newline at end of file