- reworked nearly all gulp tasks - added html templating with nunjucks - replaced some old html files - started correction of scss and js files according to lint results
14 lines
313 B
JavaScript
14 lines
313 B
JavaScript
'use strict';
|
|
|
|
var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
|
|
var h = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
|
|
|
|
var full_view_hover = true;
|
|
|
|
var doc_pos_y = 0;
|
|
var basic_ease = 600;
|
|
var scroll_y_margin = h;
|
|
|
|
|
|
// TEST
|
|
// var fixed_containers = [];
|