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

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -