5d577315fc440d0ec326198049da78cc95f962b1
[bootswatch] / Progressus / assets / js / template.js
1 jQuery(document).ready(function($) {
2
3         $(".headroom").headroom({
4                 "tolerance": 20,
5                 "offset": 50,
6                 "classes": {
7                         "initial": "animated",
8                         "pinned": "slideDown",
9                         "unpinned": "slideUp"
10                 }
11         });
12
13 });