Add mask transition to do MULTIPLY burn on crossfader
[SugarCubes.git] / SugarCubes.pde
index ec68668b854b8f1aa5525e38553ef01ad6cdb84e..6b1a6c6f07dd7577f312c06e71e98dcafdcc25b2 100644 (file)
@@ -110,6 +110,7 @@ LXPattern[] patterns(GLucose glucose) {
 LXTransition[] transitions(GLucose glucose) {
   return new LXTransition[] {
     new DissolveTransition(lx),
+    new MaskTransition(glucose),
     new SwipeTransition(glucose),
     new FadeTransition(lx),
   };