iamseeley avatar
iamseeley
animateElement
Script
An interactive, runnable TypeScript val by iamseeley
0
iamseeley avatar
iamseeley
typewriter
Script
⌨️ simple typing effect /* Styles */ .typewriter { font-size: 1.1em; color: #ecf0f1; } .typewriter span { padding-right: 2px; border-right: 1px solid #ecf0f1; white-space: nowrap; overflow: hidden; }
0
iamseeley avatar
iamseeley
currentTime
Script
⌚ get a user's current local time
0
iamseeley avatar
iamseeley
flashBorder
Script
An interactive, runnable TypeScript val by iamseeley
0
iamseeley avatar
iamseeley
threedEmoji
Script
3️⃣ 🇩 create 3d emojis and text with three.js example usage: include a container in your HTML <div id="3d-emoji" style="width: 300px; height: 300px;"></div> call the function after the DOM has loaded import { create3DEmoji } from 'https://esm.town/v/iamseeley/threedEmoji'; document.addEventListener('DOMContentLoaded', () => { create3DEmoji('😊', 300, 300); });
0
iamseeley avatar
iamseeley
typingCli
Script
🚧 when you want a command line typing effect see styles: typingcliStyles [ ] improve styles (invert text color w/ background when at current character)
0
1
Next
Updated: June 10, 2024