Ekaropolus 0fd26e483f
All checks were successful
continuous-integration/drone/push Build is passing
Genesis commit for the new page
2025-04-22 13:14:25 -06:00

10 lines
506 B
JavaScript

/* 2.1 Animation settings */
var hSpeed = 100, // Horizontal scrolling speed in percent. More = slower
vSpeed = 100, // Scrolling speed of vertical blocks (news, projects) as a percentage. More = slower
scrubPower = 100, // Time / strength of action of smooth stop after scrolling. 100 = 1 second. More = longer
snapMode = 1, // Scrolling to block boundaries. 1 = on / 0 - off
noiseMode = 1; //Background noise. 1 = on / 0 - off
/* 2.2 Blog page fixed header */