javascript - Reveal.js canvas not showing -



javascript - Reveal.js canvas not showing -

i utilize ajax read file names of photographs in directory array. run loop , add together section each photograph follows:

$("div.slides").append("<section class='future'><img src='"+filepath+"'></img></section>");

i enable navigate.right button (as disappears, well):

$(".navigate.right").addclass("enabled");

even though utilize autoslide:5000, cannot see autoslideplayer canvas. doing wrong?

i have started using reveal.js , still getting head around it.

javascript canvas reveal.js

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -