WebSlides icon indicating copy to clipboard operation
WebSlides copied to clipboard

Show different fragments of a slide on click

Open kuatroka opened this issue 7 years ago • 6 comments

Hi, First if all, thanks a lot for this tool. I'm not a coder, but this looks awesome and I want to try and use it. I have a question on a functionality that might exist, but I might not see it. I'm looking to how to show different parts/fragments of a slide one after the other. For example, on your demo site ,the slides from 15 to 23 show different text fragments positioned in different parts of the slide, but the only one fragment at a time is visible. What if I want to show all these fragments one by one (on arrow click) so in the end I see all of them on the same slide? It's like revealing individual parts of a slide one step at a time. I think reveal.js calls it fragmented slide, but webslides is easier to use, so if you could explain me how I can recreate this functionality, it'd be great.

I tried this to put two similar divs in the same section, but i still shows both at the same time and not one after the other.

        <section class="slide-top">
          <div class="wrap">
            <div class="content-left">
              <h4>1/9 left top</h4>
              <p>Put content wherever you want. Have less. Do more</p>
              <p><code>.slide-top and .content-left</code></p>
            </div>
          </div>

          <div class="wrap">
            <div class="content-right">
              <h4>1/9 right top</h4>
              <p>Put content wherever you want. Have less. Do more</p>
              <p><code>.slide-top and .content-right</code></p>
            </div>
          </div>
          <!-- .end .wrap -->
        </section>

This code gives me two fragments appearing at the same time

image

but I want one after the other. Thanks

kuatroka avatar May 22 '18 19:05 kuatroka

Thanks @kuatroka! Try something like this https://www.lifewire.com/show-and-hide-text-3467102

jlantunez avatar May 22 '18 19:05 jlantunez

css please !!

aminou7 avatar May 22 '18 20:05 aminou7

Thanks @jlantunez I followed your advice and made it work when clicking on a link, but I want these fragments to appear when I pres the arrow keys. How would I do that? Thanks

kuatroka avatar May 22 '18 22:05 kuatroka

I don't know :(

jlantunez avatar May 23 '18 06:05 jlantunez

This is the cool feature I am also looking for =)

Avalarion avatar Jun 28 '18 06:06 Avalarion

I'd also like to throw my hat in the ring in favor of this one. My team uses WebSlides pretty heavily and this is a core part of missing functionality.

yonkeltron avatar Nov 07 '18 14:11 yonkeltron