From b677b3b4313be5826166f8d60ab0d4970fd1a57f Mon Sep 17 00:00:00 2001 From: David Russell Date: Wed, 14 Jun 2017 08:50:54 +0700 Subject: [PATCH] Apply transition setting style to image backgrounds. --- app/com/gitpitch/views/frags/SlideshowReveal.scala.html | 1 + 1 file changed, 1 insertion(+) 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(),