bannière animée suppression effet vertical

This commit is contained in:
Deltacms 2023-02-13 09:15:11 +01:00
parent 54ff7a8597
commit af13d19ef6
2 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@ $imagePositions = [
]; ];
$swiperEffects =[ $swiperEffects =[
'none' => 'Horizontal scrolling', 'none' => 'Horizontal scrolling',
'vertical' => 'Scroll vertically', //'vertical' => 'Scroll vertically',
'fade' => 'fade', 'fade' => 'fade',
'cube' => 'cube effect' 'cube' => 'cube effect'
]; ];

View File

@ -415,7 +415,7 @@ $imagePositions = [
]; ];
$swiperEffects =[ $swiperEffects =[
'none' => 'Défilement horizontal', 'none' => 'Défilement horizontal',
'vertical' => 'Défilement vertical', //'vertical' => 'Défilement vertical',
'fade' => 'fondu', 'fade' => 'fondu',
'cube' => 'effet cube' 'cube' => 'effet cube'
]; ];