Use CSS custom properties (variables) #1

let SC = ScrollMoo({
    ".box": {
        markers: true,
        indicatorStart: 50,
        indicatorEnd: 50,
        keyframes: {
            "--scrollmoo-border-radius": {
                unit: "%",
                50: 50,
                100: 0
            }
        }
    }
});    
Copied!