jscancer

Javascript crap (relatively small)
git clone git://git.codemadness.org/jscancer
Log | Files | Refs | README | LICENSE

commit e0c81bf5b28e8e3ae06401063522752d7c4de854
parent 6b4f9b33e88f605dbbe9a643a97f5a9cef4fbb4b
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 22 Feb 2024 09:52:32 +0100

update README

Diffstat:
Mnarrowcasting/README | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/narrowcasting/README b/narrowcasting/README @@ -23,6 +23,8 @@ Some features: * Show a newsticker. This uses the JSON Feed format. sfeed_json could be used to convert from RSS/Atom to this format. This data could be updated using a cronjob. +* Nested/sub-slides in slides, swap out parts of a slide with some duration, + just like regular screenslides, #slide-ception. * Progressbar to show the slides remaining duration. * Hotkeys to skip slides, useful for debugging also. * Uses vanilla JS with no dependencies on frameworks, etc.