Eagle.js: A hackable slideshow framework built with Vue.js
11–20 of 41 posts
Re: Eagle.js: A hackable slideshow framework built with Vue.js
#12Obviously getting a gridded layout via grid/flexbox is possible, but isn't this a common need that was solved by someone else?
Edit: just had a closer look at Eagle.js and it does support a gridded layout via its .quarter class.
Re: Eagle.js: A hackable slideshow framework built with Vue.js
#13Other than Prezi, Reveal and Eagle, are the other presentation tools we should check out?
Re: Eagle.js: A hackable slideshow framework built with Vue.js
#14This seems like it could actually hit the sweet spot I've been looking for. It won't make people dizzy (Prezi) and it supports reasonably sophisticated branches and interactions - making it useful as both a presentation tool and something you can send as a companion to a presentation, after the fact. Other than Prezi, Reveal and Eagle, are the other presentation tools we should check out?
Re: Eagle.js: A hackable slideshow framework built with Vue.js
#15Would be 10x more awesome if an "auto-play" mode were possible, with associated audio-file, and pre-programmed transitions. Would take sound file attachment, and array of minute/second offsets; once timed to audio file, this would be better than YouTube videos, and supplement conference talks.
I defined a Vue component "next-step(after=5)" which triggers a next slide after 5 seconds, and an "audio(source, timeSegment)" component which just plays an audio. Then your slideshow looks like that:
slide(steps=2)
next-step(:after="2" v-if="step === 2")
audio("hello.mp3")
h1 Slide Title
Maybe not as good as a built-in solution, but good enough and very easy to tweak for everyone's needs.Re: Eagle.js: A hackable slideshow framework built with Vue.js
#16Re: Eagle.js: A hackable slideshow framework built with Vue.js
#17See here: https://alvarotrigo.com/fullPage/#examples
It also supports mouse wheel and touchpad and tablet navigation which I'm not sure this does. The latest versions work with plain old HTML too and doesn't even rely on jQuery any more.
Re: Eagle.js: A hackable slideshow framework built with Vue.js
#18To be honest I've found fullpage.js to be very slick and can do a lot more. See here: https://alvarotrigo.com/fullPage/#examples It also supports mouse wheel and touchpad and tablet navigation which I'm not sure this does. The latest versions work with plain old HTML too and doesn't even rely on jQuery any more.
Slideshows and scrolling websites are not the same thing.
Re: Eagle.js: A hackable slideshow framework built with Vue.js
#19To be honest I've found fullpage.js to be very slick and can do a lot more. See here: https://alvarotrigo.com/fullPage/#examples It also supports mouse wheel and touchpad and tablet navigation which I'm not sure this does. The latest versions work with plain old HTML too and doesn't even rely on jQuery any more.