S
S
sidina1232015-02-19 12:25:27
css
sidina123, 2015-02-19 12:25:27

How to make it so that when the slider is scrolled, this text appears on the slide?

bootstrap slider
789c20fba20444be9998884ae4616fb8.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
KorsaR-ZN, 2015-02-19
@KorsaR-ZN

How about looking at the documentation ?
There is a corresponding block with a class ( carousel-caption )

N
Nikita, 2015-02-19
@rockysoul

I would strongly advise you to use the Photoframe ( fotorama.io ) instead of the bootstrap slider. Exhaustive documentation is there on the site. It is cross-browser and the api is awesome. I have not used anything but her for 2 years, she is absolutely beautiful. In a nutshell, it should work like this: you have a photo frame with blocks.

<div class="fotorama">
  <div>текст слайда и код кнопки и все остальое<div>
  <div>текст слайда и код кнопки и все остальое<div>
  <div>текст слайда и код кнопки и все остальое<div>
</div>

In css slide text should be hidden.
And in js , you hang up the appearance of text inside the slider on the "showend" event.
Example and description here: www.fotorama.io/customize/api

S
sidina123, 2015-02-19
@sidina123

Thank you !

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question