Plugin Directory

Changeset 1826605


Ignore:
Timestamp:
02/22/2018 03:10:31 AM (8 years ago)
Author:
jssor
Message:

code generation minor changes

Location:
jssor-slider
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jssor-slider/tags/3.1.15/includes/bll/gencode/class-wjssl-slider-code-document.php

    r1825761 r1826605  
    534534        #region perspective/perspective origin attribute
    535535
    536         if (WjsslSliderBuildHelper::HasValue($runtimeSlide->pDepth) && $has3dMotion)
     536        if (WjsslSliderBuildHelper::HasValue($runtimeSlide->pDepth)/* && $has3dMotion*/)
    537537        {
    538538            $perspective = ($runtimeDocument->Layouts->layout->slideWidth + $runtimeDocument->Layouts->layout->slideHeight) * $runtimeSlide->pDepth / 2;
  • jssor-slider/trunk/includes/bll/gencode/class-wjssl-slider-code-document.php

    r1825761 r1826605  
    534534        #region perspective/perspective origin attribute
    535535
    536         if (WjsslSliderBuildHelper::HasValue($runtimeSlide->pDepth) && $has3dMotion)
     536        if (WjsslSliderBuildHelper::HasValue($runtimeSlide->pDepth)/* && $has3dMotion*/)
    537537        {
    538538            $perspective = ($runtimeDocument->Layouts->layout->slideWidth + $runtimeDocument->Layouts->layout->slideHeight) * $runtimeSlide->pDepth / 2;
Note: See TracChangeset for help on using the changeset viewer.