Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background Transitions "out" not working on iframe #3669

Open
demlak opened this issue Aug 23, 2024 · 0 comments
Open

Background Transitions "out" not working on iframe #3669

demlak opened this issue Aug 23, 2024 · 0 comments

Comments

@demlak
Copy link

demlak commented Aug 23, 2024

for example:

<section data-background-transition="convex" data-background-iframe="https://cataas.com/cat">
  <h2>test1</h2>
</section>

<section data-background-transition="convex" data-background-iframe="https://cataas.com/cat">
  <h2>test2</h2>
</section>

results in a slide-in of the iframe as a background.. but sliding to the next section is just a disappear of the first section and slide-in to second section..
but with convex we want to have it "carousel-like"..

tests show, that using attribute data-preload "heals" the not-sliding.. but we need to have uncached data.. so we can't use data-preload

Bug? wrong config on my site? wanted behaviour?

how to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant