| @@ -7,9 +7,9 @@ | ||
| 7 | 7 | use Elementor\Group_Control_Box_Shadow; |
| 8 | 8 | use Elementor\Group_Control_Css_Filter; |
| 9 | 9 | |
| 10 | 10 | if ( ! defined( 'ABSPATH' ) ) { |
| 11 | - exit; // Exit if accessed directly. | |
| 11 | + exit; // Exit if accessed directly | |
| 12 | 12 | } |
| 13 | 13 | |
| 14 | 14 | class Theme_Style_Images extends Tab_Base { |
| 15 | 15 | |
| @@ -203,9 +203,8 @@ | ||
| 203 | 203 | 'label' => esc_html__( 'Transition Duration', 'elementor' ) . ' (s)', |
| 204 | 204 | 'type' => Controls_Manager::SLIDER, |
| 205 | 205 | 'range' => [ |
| 206 | 206 | 'px' => [ |
| 207 | - 'min' => 0, | |
| 208 | 207 | 'max' => 3, |
| 209 | 208 | 'step' => 0.1, |
| 210 | 209 | ], |
| 211 | 210 | ], |