Results 7 comments of NinJa

Sorry, the code format seems to have some problems.

@daybrush No, I want to know how to make the carousel map play automatically. I can't control this property via autoplay because I didn't set the keyframes property when I...

@daybrush Yes, I am using react-scenejs. Because in the component, I didn't set the keyframs, all I can't use the `autoplay` property to control the autoplay of the carousel. Now...

@daybrush In `react-scenejs.`., it seems that the autoply and keyframes properties don't seem to allow dynamic changes. For example: ``` const [autoPay, setAutoPlay] = useState(flase); setAutoPlay(true)}>click ``` The above code...

@daybrush I have a suggestion, can I replace autoplay with the paly attribute `in react-scenejs`? In this way, you don't need to control the playback through the scene.play property in...

@daybrush Ok, thank you very much, no matter what, thanks to Scene.js At the same time, I hope to add some simple demos to the react-scenejs, such as the carousel...

@daybrush Thank you very much, this feature has helped me a lot.