Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flexslider
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hebotek
flexslider
Commits
0da4dec2
Commit
0da4dec2
authored
May 04, 2012
by
Andy Hausmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README.md.
parent
052ff5cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
13 deletions
+27
-13
setup.txt
Configuration/TypoScript/setup.txt
+3
-1
README.md
README.md
+24
-12
No files found.
Configuration/TypoScript/setup.txt
View file @
0da4dec2
...
...
@@ -42,7 +42,9 @@ plugin.tx_flexslider {
animationLoop = 1
# Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering
pauseOnHover = 0
# Image settings - experimental!
# Image settings in px - experimental!
# If you don't really NEED them, just keep the options empty!
# Cropping works - just type something like width = 960c
images {
width =
height =
...
...
README.md
View file @
0da4dec2
...
...
@@ -65,25 +65,37 @@ _This section isn't completed yet._
plugin.tx_flexslider {
settings {
# String: Select your animation type, "fade" or "slide"
# Boolean: Define whether the image caption should be shown or not
showCaption = 1
# String: Select your animation type, "fade" or "slide"
animation = fade
# String: Select the sliding direction, "horizontal" or "vertical"
# String: Select the sliding direction, "horizontal" or "vertical"
slideDirection = horizontal
# Boolean: Animate slider automatically
# Boolean: Animate slider automatically
slideshow = 0
# Integer: Set the speed of the slideshow cycling, in milliseconds
# Integer: Set the speed of the slideshow cycling, in milliseconds
slideshowSpeed = 7000
# Integer: Set the speed of animations, in milliseconds
# Integer: Set the speed of animations, in milliseconds
animationDuration = 600
# Boolean: Create navigation for previous/next navigation? (true/false)
# Boolean: Display control navigation
controlNav = 1
# Boolean: Create navigation for previous/next navigation? (true/false)
directionNav = 1
# Boolean: Randomize slide order
randomize = false
# Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering
# Boolean: Allow slider navigating via keyboard left/right keys
keyboardNav = 1
# Boolean: Allow slider navigating via mousewheel
mousewheel = 0
# Boolean: Create pause/play dynamic element
pausePlay = 0
# Boolean: Randomize slide order
randomize = 0
# Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end
animationLoop = 1
# Boolean: Pause the slideshow when hovering over slider, then resume when no longer hovering
pauseOnHover = 0
# Image settings in px - experimental!
# If you don't really NEED them, just keep the options empty!
# Cropping works - just type something like width = 960c
# Image settings in px - experimental!
# If you don't really NEED them, just keep the options empty!
# Cropping works - just type something like width = 960c
images {
width =
height =
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment