|
@@ 180-181 (lines=2) @@
|
| 177 |
|
$this->presentation_settings['rotate'] = floatval( $atts['rotate'] ); |
| 178 |
|
} |
| 179 |
|
|
| 180 |
|
if ( '' != trim( $atts['fade'] ) ) { |
| 181 |
|
$this->presentation_settings['fade'] = $atts['fade']; |
| 182 |
|
} |
| 183 |
|
|
| 184 |
|
if ( '' != trim( $atts['fadebullets'] ) ) { |
|
@@ 311-312 (lines=2) @@
|
| 308 |
|
} |
| 309 |
|
|
| 310 |
|
// Setting if the content should fade |
| 311 |
|
if ( '' == trim( $atts['fade'] ) ) { |
| 312 |
|
$atts['fade'] = $this->presentation_settings['fade']; |
| 313 |
|
} |
| 314 |
|
|
| 315 |
|
if ( 'on' == $atts['fade'] || 'true' == $atts['fade'] ) { |