- 🛠 Easy to Use
- 🌠 Fast & Lightweight (0.5Kb)
- 💪 No dependencies, built with VanillaJS
- 🌎 Tested in all modern browsers
https://bmsvieira.github.io/lwder.js/
1 - Include JavaScript Source.
<script src="path/to/lwder.js"></script>2 - Set HTML Elements.
<div class="lwder" lwder="..." lwderspeed="300"> Page is loading </div>3 - Initilize.
document.addEventListener("DOMContentLoaded", function() {
new Lwder({ selector: ".lwder" });
});| Name | Value | Default | Description |
|---|---|---|---|
lwder |
string |
empty | Content to be added |
lwderspeed |
int |
empty | Speed at which letters will appear |
lwdertype |
default or onclick |
default |
Type of event, default (on init) or onclick |
lwdercondition |
default or clear |
default |
Event condition, default (add to existing content) or clear (clear all existing content from element) |
lwderduration |
int |
empty | Duration of how long lwder will run if lwdertype is onclick |
