Standard Search
About 26 results
https://nerdy.dev/new-year-new-site · 1 Jan 2023
Read about the tech behind this new site and all the APIs I'm playing around with?
https://nerdy.dev/thinking-on-ways-to-do-UI-physics-effects · 28 Dec 2022
Thinking on ways to do UI Physics In this GUI Challenge , I use requestAnimationFrame and custom properties to make bouncy and jelloey springy UI effects. demo · source
https://nerdy.dev/easy-flippin-transition · 12 Dec 2022
In ~1 minute you can have FLIP -like animation on your page with View Transitions . document .startViewTransition (() => { // modify the dom // - hide stuff // - move stuff // - whatever! }) Game changer.
https://nerdy.dev/thinking-on-ways-to-solve-carousels · 27 Jul 2022
Thinking on ways to solve carousels In this GUI Challenge , I try and make an accessible, responsive, adaptive and decently full featured carousel. demo · source
https://nerdy.dev/esm-minimal-jquery · 1 Apr 2018
Released blingbling.js ! import $ from "blingblingjs" ; Micro-library of shorthands for DOM selection, events, and attribute manipulation in a super minimal ES module.
https://nerdy.dev/released-roving-ux-es-module · 1 Apr 2018
Released roving-ux.js ! import { rovingIndex } from "roving-ux" ; rovingIndex ({ element : document .querySelector ( "#carousel" ) , }); User's shouldn't need to tab through each item in a list to see the next list Providing keyboard list UX should be easy...