vue-slides icon indicating copy to clipboard operation
vue-slides copied to clipboard

Fire function on slide load

Open matchboxhero opened this issue 7 years ago • 2 comments

Hi, is there a way I can fire a function when a slide comes into view?

matchboxhero avatar Jun 17 '18 14:06 matchboxhero

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

znck avatar Jun 17 '18 19:06 znck

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.

matchboxhero avatar Jun 18 '18 08:06 matchboxhero