]> git.sesse.net Git - nageru/commit
Rework how transitions are handled in the theme.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 12 Jul 2016 11:46:58 +0000 (13:46 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 12 Jul 2016 11:46:58 +0000 (13:46 +0200)
commit7dbde8f649c62301a91142e7fd1bf555a6389bfd
tree03717df0ceaf201d528ca4a00e803b48193fb8d8
parent0956778bd9ebb548b3a5e16426cad21211c6ab96
Rework how transitions are handled in the theme.

Before, zoom and fade were too distinct; zoom was done with
live_signal always being SBS and a “zoom_poi” variable to
tell where we were zooming, while fade had its own fake signal
type. Make en explicit notion of transitions with to/from signals
instead (when transitions are in play, live_signal is just ignored,
at least for most purposes).

Again, comes from the Solskogen theme.
theme.lua