choreographer-js
choreographer-js copied to clipboard
Class don't change
First of all, i love your library. It helps me a lot with scroll-based animation choreographys. I tried to use it also to change a class, according to your docs… But it do not add the class to my object.
Here's the code i used:
{ range: [first.end, second.end], selector: '#start .second-scene--video', type: 'class', style: 'class', to: 'play' }