Changeset 1826605
- Timestamp:
- 02/22/2018 03:10:31 AM (8 years ago)
- 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 534 534 #region perspective/perspective origin attribute 535 535 536 if (WjsslSliderBuildHelper::HasValue($runtimeSlide->pDepth) && $has3dMotion)536 if (WjsslSliderBuildHelper::HasValue($runtimeSlide->pDepth)/* && $has3dMotion*/) 537 537 { 538 538 $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 534 534 #region perspective/perspective origin attribute 535 535 536 if (WjsslSliderBuildHelper::HasValue($runtimeSlide->pDepth) && $has3dMotion)536 if (WjsslSliderBuildHelper::HasValue($runtimeSlide->pDepth)/* && $has3dMotion*/) 537 537 { 538 538 $perspective = ($runtimeDocument->Layouts->layout->slideWidth + $runtimeDocument->Layouts->layout->slideHeight) * $runtimeSlide->pDepth / 2;
Note: See TracChangeset
for help on using the changeset viewer.