Coder Social home page Coder Social logo

scaling up about reveal.js HOT 5 CLOSED

sressler avatar sressler commented on July 30, 2024
scaling up

from reveal.js.

Comments (5)

hakimel avatar hakimel commented on July 30, 2024

That's an interesting challenge. It's definitely struggling to keep the slides smooth with such heavy graphics inline. I believe the best way to combat this is to only render the elements that are slowing the page down when you enter that specific slide. There are events you can listen to that reveal.js dispatches based on what the active slide is (see https://github.com/hakimel/reveal.js#states) and you could then activate or deactivate rendering of those objects as necessary.

from reveal.js.

sressler avatar sressler commented on July 30, 2024

Thanks...yeah now I'm trying something simpler and am could use a hint ;-) Instead of keeping everything in one big file I set it up to there is a main slide show (main.xhtml) and for those large slides I just directly link to a new file (fork1.xhtml). Problem is that when in fork1.xhtml I want to click a link and go back (there are actually several slides in the fork1 file) to the original main.xhtml file at the slide location where I left it. This is simply emulating the back button but it always takes me to the beginning of main.xhtml because it is all one file. Specifying a #name in the href also doesn't work. I think I need to specify a specific slide number (probably using the navigateTo function) but I'm confused about and I suspect there is a really easy way to do this ...I hope ;-)

from reveal.js.

sressler avatar sressler commented on July 30, 2024

An inelegant but workable solution: open up a new web page via the target attribute of an anchor tag. Not pretty and don't like opening up new windows...BUT then just close the new page and take off with the main part of the slide show where you leave off.

from reveal.js.

philipbjorge avatar philipbjorge commented on July 30, 2024

@sressler - I integrated Lightview in my presentation fork. This allowed seamless, inline external links. Most of the links in my presentation open this way (except https). I actually prefer it this way - it allows for a much more seamless experience than traditional presentations.
http://www.philipbjorge.com/bioinformatics-presentation/

from reveal.js.

sressler avatar sressler commented on July 30, 2024

Just got around to checking this out the lightview approach is brilliant...works great ...thanks!

from reveal.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.