diff --git a/app/com/gitpitch/views/frags/SlideshowReveal.scala.html b/app/com/gitpitch/views/frags/SlideshowReveal.scala.html index 029d289..2c7f844 100644 --- a/app/com/gitpitch/views/frags/SlideshowReveal.scala.html +++ b/app/com/gitpitch/views/frags/SlideshowReveal.scala.html @@ -6,6 +6,7 @@ margin: 0.0, showNotes: @ssm.showNotes(), transition: '@ssm.fetchTransition()', + backgroundTransition: '@ssm.fetchTransition()', autoSlide: @ssm.fetchAutoSlide(printing), loop: @ssm.fetchLoop(), center: @ssm.fetchVerticalCenter(),