vue-slides
vue-slides copied to clipboard
Fire function on slide load
Hi, is there a way I can fire a function when a slide comes into view?
There is a <Build> component which allows to incrementally render parts of a slide.
https://github.com/znck/keynote/blob/a3578809faa4813756d7894981621466e6e9a904/example/Simple.vue#L40-L65
Thanks for the reply, I'm trying to fire a function to trigger a custom animation but only on a certain slide, I'm animating something on the slide not the slide itself.