Please make the website more usable. It has a really nice design but poor UX. At least I should be able to scroll to... scroll. And hiding elements until you hover over an invisible part of the screen is totally against a good UX (discoverability). This could be okay in games or in purely artistic webpages, but if you intend your visitors to use the page and read the content it is counterproductive. Edit: being this…
WebSlides – Making HTML presentations easy
31–40 of 67 posts
Re: WebSlides – Making HTML presentations easy
#32The worst crime (to me anyway) is the history spam and this applies to all browsers. Hitting back changes the URL but not the slide that's shown, curiously. If you're going to go this route, that's fine, just update the visible slide.
I would prefer if it didn't make me jump 50 history items back to get to where I came from.
Re: WebSlides – Making HTML presentations easy
#33https://github.com/hakimel/reveal.js/ is my framework of choice when making slides.
And if you're an emacs user there's https://github.com/yjwen/org-reveal/ to make the whole process a little easier using org mode.
Re: WebSlides – Making HTML presentations easy
#34I have a bit of feedback: the scrolljacking doesn't work at all for me in Safari on macOS with a MacBook touchpad. All it does is activate the edge-bounce animation. Chrome is a little janky too, half activating the bounce animation and then advancing to the next slide. Firefox is fine since it doesn't do the edge-bounce. The worst crime (to me anyway) is the history spam and this applies to all browsers. Hitting bac…
Re: WebSlides – Making HTML presentations easy
#35Please make the website more usable. It has a really nice design but poor UX. At least I should be able to scroll to... scroll. And hiding elements until you hover over an invisible part of the screen is totally against a good UX (discoverability). This could be okay in games or in purely artistic webpages, but if you intend your visitors to use the page and read the content it is counterproductive. Edit: being this…
Re: WebSlides – Making HTML presentations easy
#36Re: WebSlides – Making HTML presentations easy
#37I have a bit of feedback: the scrolljacking doesn't work at all for me in Safari on macOS with a MacBook touchpad. All it does is activate the edge-bounce animation. Chrome is a little janky too, half activating the bounce animation and then advancing to the next slide. Firefox is fine since it doesn't do the edge-bounce. The worst crime (to me anyway) is the history spam and this applies to all browsers. Hitting bac…
Re: WebSlides – Making HTML presentations easy
#38I have a bit of feedback: the scrolljacking doesn't work at all for me in Safari on macOS with a MacBook touchpad. All it does is activate the edge-bounce animation. Chrome is a little janky too, half activating the bounce animation and then advancing to the next slide. Firefox is fine since it doesn't do the edge-bounce. The worst crime (to me anyway) is the history spam and this applies to all browsers. Hitting bac…
Thanks, jagger27. Touchpad is my priority right now. I'm just a CSS guy :)
Re: WebSlides – Making HTML presentations easy
#39https://github.com/hakimel/reveal.js/ is my framework of choice when making slides.
reveal.js + pandoc + some customization is what I'm sitting at right now . While I like it a lot, I could imagine that reveal.js's default layout isn't suitable for presentations with lots of details. Also haven't figured out how to jump to a particular slide.
Re: WebSlides – Making HTML presentations easy
#40https://github.com/hakimel/reveal.js/ is my framework of choice when making slides.