Closed stratboy closed 5 years ago
Hi, I tried quite about anything, and can't see any property change if I console-inspect my dom. In the end, I even tried the body itself, but nothing happened. What am I doing wrong?:
var parallax = basicScroll.create({ elem: document.body, from: 'top-bottom', to: 'bottom-top', props: { '--test': { from: '0' ,to: '100%' } } })
...I didn't start it...
Hi, I tried quite about anything, and can't see any property change if I console-inspect my dom. In the end, I even tried the body itself, but nothing happened. What am I doing wrong?: