Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Citrus-Slider-Website
Commits
abb98ba1
Commit
abb98ba1
authored
Apr 30, 2018
by
Michael Iseard
Browse files
add parallax to effect dropdown
parent
2271876d
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
abb98ba1
...
...
@@ -185,8 +185,9 @@
Effect Type
</button>
<div
class=
"dropdown-menu"
aria-labelledby=
"effectButton"
>
<a
class=
"dropdown-item"
data-settings=
'{"effectType": "pan"}'
href=
"#"
>
Pan
</a>
<a
class=
"dropdown-item"
data-settings=
'{"effectType": "zoom"}'
href=
"#"
>
Zoom
</a>
<a
class=
"dropdown-item"
data-settings=
'{"effect": "pan"}'
href=
"#"
>
Pan
</a>
<a
class=
"dropdown-item"
data-settings=
'{"effect": "parallax"}'
href=
"#"
>
Parallax
</a>
<a
class=
"dropdown-item"
data-settings=
'{"effect": "zoom"}'
href=
"#"
>
Zoom
</a>
</div>
</div>
<div
class=
"btn-group col-md-auto"
>
...
...
@@ -353,13 +354,7 @@
</tr>
<tr>
<td>
effect
</td>
<td>
true, false
</td>
<td>
true
</td>
<td>
Enable or disable slide resting animation
</td>
</tr>
<tr>
<td>
effectType
</td>
<td>
'zoom', 'pan'
</td>
<td>
'zoom', 'pan', 'parallax'
</td>
<td>
'zoom'
</td>
<td>
Slide resting animation type
</td>
</tr>
...
...
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