Commit 904c244c authored by Andy Hausmann's avatar Andy Hausmann

Added new options to TS Setup

parent e7b07e30
...@@ -10,12 +10,20 @@ plugin.tx_flexslider { ...@@ -10,12 +10,20 @@ plugin.tx_flexslider {
settings{ settings{
# String: Select your animation type, "fade" or "slide" # String: Select your animation type, "fade" or "slide"
animation = fade animation = fade
# String: Select the sliding direction, "horizontal" or "vertical"
slideDirection = horizontal
# Boolean: Animate slider automatically # Boolean: Animate slider automatically
slideshow = 0 slideshow = 0
# Integer: Set the speed of the slideshow cycling, in milliseconds # Integer: Set the speed of the slideshow cycling, in milliseconds
slideshowSpeed = 7000 slideshowSpeed = 7000
# Integer: Set the speed of animations, in milliseconds
animationDuration = 600
# Boolean: Create navigation for previous/next navigation? (true/false) # Boolean: Create navigation for previous/next navigation? (true/false)
directionNav = 1 directionNav = 1
# String: Set the text for the "previous" directionNav item
prevText = LLL:EXT:flexslider/locallang.php:prevText
# Set the text for the "next" directionNav item
nextText = LLL:EXT:flexslider/locallang.php:nextText
# Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering # Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering
pauseOnHover = 0 pauseOnHover = 0
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment