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
e7b07e30
Commit
e7b07e30
authored
Apr 18, 2012
by
Andy Hausmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added option for Animation duration.
parent
932020b4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
flexform.xml
Configuration/FlexForms/flexform.xml
+12
-0
locallang_be.xml
Resources/Private/Language/locallang_be.xml
+4
-2
List.html
Resources/Private/Templates/FlexSlider/List.html
+1
-0
No files found.
Configuration/FlexForms/flexform.xml
View file @
e7b07e30
...
...
@@ -78,6 +78,18 @@
</TCEforms>
</settings.slideshowSpeed>
<settings.animationDuration>
<TCEforms>
<label>
LLL:EXT:flexslider/Resources/Private/Language/locallang_be.xml:flexforms_settings.animationDuration
</label>
<config>
<type>
input
</type>
<size>
30
</size>
</config>
</TCEforms>
</settings.animationDuration>
<settings.directionNav>
<TCEforms>
<label>
...
...
Resources/Private/Language/locallang_be.xml
View file @
e7b07e30
...
...
@@ -17,7 +17,8 @@
<label
index=
"flexforms_settings.animation.fade"
>
Horizontal
</label>
<label
index=
"flexforms_settings.animation.slide"
>
Vertical
</label>
<label
index=
"flexforms_settings.slideshow"
>
Auto Play
</label>
<label
index=
"flexforms_settings.slideshowSpeed"
>
Slideshow Speed (in ms)
</label>
<label
index=
"flexforms_settings.slideshowSpeed"
>
Slideshow Speed (in ms), defaults to 7000
</label>
<label
index=
"flexforms_settings.animationDuration"
>
Animation duration (in ms), defaults to 600
</label>
<label
index=
"flexforms_settings.directionNav"
>
Show direction navigation
</label>
<label
index=
"flexforms_settings.pauseOnHover"
>
Pause the slideshow when hovering
</label>
</languageKey>
...
...
@@ -33,7 +34,8 @@
<label
index=
"flexforms_settings.animation.fade"
>
Horizontal
</label>
<label
index=
"flexforms_settings.animation.slide"
>
Vertikal
</label>
<label
index=
"flexforms_settings.slideshow"
>
Automatisches Abspielen
</label>
<label
index=
"flexforms_settings.slideshowSpeed"
>
Slideshow-Geschwindigkeit (in ms)
</label>
<label
index=
"flexforms_settings.slideshowSpeed"
>
Slideshow-Geschwindigkeit (in ms), Standard: 7000
</label>
<label
index=
"flexforms_settings.animationDuration"
>
Animationsdauer (in ms), Standard: 600
</label>
<label
index=
"flexforms_settings.directionNav"
>
Zeige Richtungs-Navigation
</label>
<label
index=
"flexforms_settings.pauseOnHover"
>
Slideshow pasusiren bei Mouseover
</label>
</languageKey>
...
...
Resources/Private/Templates/FlexSlider/List.html
View file @
e7b07e30
...
...
@@ -11,6 +11,7 @@
slideDirection
:
"{settings.slideDirection}"
,
slideshow
:
<
f
:
if
condition
=
"{settings.slideshow} > 0"
><
f
:
then
>
true
<
/f:then><f:else>false</
f
:
else
><
/f:if>
,
slideshowSpeed
:
<
f
:
if
condition
=
"{settings.slideshowSpeed} > 0"
><
f
:
then
>
{
settings
.
slideSpeed
}
<
/f:then><f:else>7000</
f
:
else
><
/f:if>
,
animationDuration
:
<
f
:
if
condition
=
"{settings.animationDuration} > 0"
><
f
:
then
>
{
settings
.
animationDuration
}
<
/f:then><f:else>600</
f
:
else
><
/f:if>
,
directionNav
:
<
f
:
if
condition
=
"{settings.directionNav} > 0"
><
f
:
then
>
true
<
/f:then><f:else>false</
f
:
else
><
/f:if>
,
pauseOnHover
:
<
f
:
if
condition
=
"{settings.pauseOnHover} > 0"
><
f
:
then
>
true
<
/f:then><f:else>false</
f
:
else
><
/f:if
>
});
...
...
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