-
Notifications
You must be signed in to change notification settings - Fork 0
WD ATTR Slide Tool
wdonadelli edited this page Apr 2, 2022
·
3 revisions
The reference for how the attribute works is in the following tools:
The attribute's target is the containing element itself, and the result influences the child elements.
The attribute value represents the time interval, in milliseconds, of transition between child elements.
The non-mandatory value must be a non-zero integer (default value is 1000). If the number is positive, the transition advances, otherwise, it recedes.
For dynamic assignments, see:
<!-- Transition rewinding every 1.5s -->
<div data-wd-slide="-1500">
<div>Slide 1</div>
<div>Slide 2</div>
<div>Slide 3</div>
</div>
<!-- Transition advancing every 4.5s -->
<div data-wd-slide="4500">
<div>Slide 1</div>
<div>Slide 2</div>
<div>Slide 3</div>
<div>Slide 4</div>
<div>Slide 5</div>
</div>- WD Web Libraries | v4.4.4 | 2023-02-22
- Updated on 2023-02-22
- WD JS Array Tools
- WD JS Date Tools
- WD JS DOM Tools
- WD JS Number Tools
- WD JS Text Tools
- WD JS Time Tools
- WD ATTR Chart Tool
- WD ATTR Click Tool
- WD ATTR CSS Tool
- WD ATTR Data Tool
- WD ATTR Device Tool
- WD ATTR Edit Tool
- WD ATTR Filter Tool
- WD ATTR Full Tool
- WD ATTR Jump Tool
- WD ATTR Lang Tool
- WD ATTR Load Tool
- WD ATTR Mask Tool
- WD ATTR Nav Tool
- WD ATTR NoBubbles Tool
- WD ATTR Output Tool
- WD ATTR Page Tool
- WD ATTR Repeat Tool
- WD ATTR Send Tool
- WD ATTR Set Tool
- WD ATTR Shared Tool
- WD ATTR Slide Tool
- WD ATTR Sort Tool
- WD ATTR Tsort Tool
- WD ATTR Translate Tool
- WD ATTR URL Tool
- WD ATTR Vform Tool