You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
302 B

10 years ago
10 years ago
  1. /*******************************
  2. Sticky
  3. *******************************/
  4. @transitionDuration: 0.2s;
  5. @transition:
  6. width @transitionDuration @defaultEasing,
  7. height @transitionDuration @defaultEasing,
  8. top @transitionDuration @defaultEasing,
  9. bottom @transitionDuration @defaultEasing
  10. ;