Skip to content

Commit

Permalink
Merge pull request dynamicweb#81 from shubham44-code/fix/variable-nam…
Browse files Browse the repository at this point in the history
…es-misplaced

variable names misplaced with input group
  • Loading branch information
nicped authored Aug 30, 2023
2 parents f1db755 + 6bfc52b commit afb6cfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -831,22 +831,22 @@ <h5>Configuration options</h5>
<span class="input-group-text">Navigation dark color</span>
<input type="text" class="form-control form-control-sm" value="" placeholder="#000" aria-label="Navigation dark color" name="--swiffy-slider-nav-dark">
</div>
<code>--swiffy-slider-animation-duration</code> variable
<code>--swiffy-slider-nav-dark</code> variable
<div class="input-group input-group-sm w-75">
<span class="input-group-text">Animation duration</span>
<input type="text" class="form-control form-control-sm" value="" placeholder="0.75s" aria-label="Animation duration" name="--swiffy-slider-animation-duration">
</div>
<code>--swiffy-slider-animation-delay</code> variable
<code>--swiffy-slider-animation-duration</code> variable
<div class="input-group input-group-sm w-75">
<span class="input-group-text">Animation delay</span>
<input type="text" class="form-control form-control-sm" value="" placeholder="0.0s" aria-label="Animation delay" name="--swiffy-slider-animation-delay">
</div>
<code>--swiffy-slider-animation-timing</code> variable
<code>--swiffy-slider-animation-delay</code> variable
<div class="input-group input-group-sm w-75">
<span class="input-group-text">Animation timing</span>
<input type="text" class="form-control form-control-sm" value="" placeholder="ease-in-out" aria-label="Navigation dark color" name="--swiffy-slider-animation-timing">
</div>
<code>--swiffy-slider-nav-dark</code> variable
<code>--swiffy-slider-animation-timing</code> variable
</div>

<div class="mb-3">
Expand Down

0 comments on commit afb6cfe

Please sign in to comment.