Hi,
The "player" is impress.js [2] which may be relatively easy to implement as a TW theme.
The closest successor, that I could find, is ShowPrepper [1]. It's a complete SPA on its own. So it contains a lot of components, that you don't rally want to embed into TW. ...
... but it has an export function, that could be used to define the transitions between the different pages / tiddlers.
A TW plugin could take this info and render some HTML code, that impress.js can handle. That would be relatively straight forward.
just some ideas.
have fun!
mario
[1]
https://github.com/abbr/ShowPreper [2]
https://github.com/impress/impress.js