ausybenelux / Ocelot

Ocelot is a theming starter kit for drupal 7.
5 stars 2 forks source link

JS: Add Settings #125

Closed driesd closed 8 years ago

driesd commented 9 years ago

settings = { timings: { speedy: 200, fast: 400, normal: 600, slow: 800 }, breakpoints: { mobile-landscape: 480, tablet-portrait: 768, desktop: 960, widescreen: 1200 }, debounce: { medium: 200 } };

sqndr commented 8 years ago

Fixed by #126 -- for the breakpoints. In the same way, we can send timings.

rob-bar commented 8 years ago

Shall I close this one? or is there someone who things we are missing something here?