Your IP : 10.10.0.253


Current Path : /var/www/libraries/smartslider3/src/SmartSlider3/BackgroundAnimation/
Upload File :
Current File : /var/www/libraries/smartslider3/src/SmartSlider3/BackgroundAnimation/BackgroundAnimationManager.php

<?php

namespace Nextend\SmartSlider3\BackgroundAnimation;

use Nextend\Framework\Pattern\VisualManagerTrait;
use Nextend\SmartSlider3\BackgroundAnimation\Block\BackgroundAnimationManager\BlockBackgroundAnimationManager;

class BackgroundAnimationManager {

    use VisualManagerTrait;

    public function display() {

        $backgroundAnimationManagerBlock = new BlockBackgroundAnimationManager($this->MVCHelper);
        $backgroundAnimationManagerBlock->display();
    }
}