Fixed fade-in affect problem of not loading the affect when added.

This commit is contained in:
2016-05-31 06:36:31 +01:00
parent 7f52decf16
commit 02f9523e1b
10 changed files with 151 additions and 12 deletions

View File

@ -5838,7 +5838,8 @@ class Interpretation extends Fields
public function setFadeInEfect(&$view)
{
if ($view->add_fadein == 1)
// check if we should load the fade in affect
if ($view['settings']->add_fadein == 1)
{
// set view name
$fadein[] = "<script type=\"text/javascript\">";