TKTheTechie

Results 2 comments of TKTheTechie

Thanks. That works for me... slight change to your code: ``` import { onMount, onDestroy } from 'svelte'; import * as fullpage from 'fullpage.js'; export let options = {}; let...

The only challenge is that I can't appear to get the callback functions to trigger - example: ``` fp = new fullpage('#fullpage', { onSlideLeave: (section, origin, destination, direction, trigger) =>...