Skip to content

Instantly share code, notes, and snippets.

@sitiaish
Last active May 27, 2021 14:05
Show Gist options
  • Save sitiaish/3ce6cd5cd13f0dac4aea01fef57f4b58 to your computer and use it in GitHub Desktop.
Save sitiaish/3ce6cd5cd13f0dac4aea01fef57f4b58 to your computer and use it in GitHub Desktop.
handleStepEnter
function handleStepEnter(response) {
// update graphic based on step
const linkHead = 'https://flo.uri.sh/story/872914/embed#slide-'
const slide = response.index
d3.select('.scrolly__chart iframe')
.attr('src', linkHead + slide);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment