choreographer-js icon indicating copy to clipboard operation
choreographer-js copied to clipboard

Class don't change

Open timblanq opened this issue 7 years ago • 0 comments

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' }

timblanq avatar Feb 14 '18 12:02 timblanq