evilz / vscode-reveal

Revealjs vsCode extension
https://marketplace.visualstudio.com/items?itemName=evilz.vscode-reveal
MIT License
451 stars 145 forks source link

Parallax background transition "jumpy" #1260

Open ericthomas1 opened 1 year ago

ericthomas1 commented 1 year ago

Hello,

I've created a Parallax background image with this frontmatter:

---
parallaxBackgroundImage : "../assets/images/test.jpg"
parallaxBackgroundSize: 2400px 1000px
parallaxBackgroundHorizontal: 50
transitionSpeed: "slow"
---

Unfortunately, when I transition to the next slide, the parallax effect "jumps" the 50 pixels I have for the parallaxBackgroundHorizontal setting.

Is there a setting to make this smooth/slower?

Thank you