javascript - Similar slide Fullpage.js -


is possible set 2 sections same slide? if i'm on (section 1 slide 1) move (to section 1 slide 2), section 2 set slide 2.

i'm wondering if possible in fullpage.js

i create similar this. jsfiddle.net/7p927/

 <div class="section" id="first">    <div class="slide">1</div>    <div class="slide">2</div>    <div class="slide">3</div>  </div>  <div class="section" id="second">    <div class="slide">1</div>    <div class="slide">2</div>    <div class="slide">3</div>  </div> 

no, not possible right now. can take @ modifications in plugin achieve it.

take @ answer: https://github.com/alvarotrigo/fullpage.js/issues/129#issuecomment-30747985

then call function in callback such afterslideload.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -