Script to change Skrollr Times line from a specific point
You can you this script to update time line skrollr js.
add datax- any where in your skrollr based project ( eg: datax-100 )\n
This script will add above value(datax-) with data- from datax- statement
-
eg: if datax-100, then every data-1000 change to data-1100
-
eg: if datax--100, then every data-1000 change to data-900
to run you need node, and run
node skrollrTimeUpDown.js <input file> <output file>