Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created May 15, 2019 06:44
Show Gist options
  • Save ederchrono/134bc765b99ee40eb9c708da800e3898 to your computer and use it in GitHub Desktop.
Save ederchrono/134bc765b99ee40eb9c708da800e3898 to your computer and use it in GitHub Desktop.
// inside computed: {
nextImagePosition () {
return DEVICE_WIDTH
},
nextImageStyle () {
return {
'left': `${this.nextImagePosition}px`
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment