events/2025-11-25-front-end-study-hall

From IndieWeb

Front End Study Hall #041 was an IndieWeb meetup on Zoom held on 2025-11-25.

Front End Study Hall #041

Nov 25, 2025

Participants

Joe's Background Today

Notes

Animated SVG!

  • Joe sharing - https://koaning.io/posts/svg-gifs/ an SVG that works like a GIF using https://asciinema.org
  • https://koaning.io/posts/svg-gifs/parrot.svg - let's inspect it!
    • has animation-duration, you could adjust animation play state
    • Does NOT use animate, animateMotion or animateTransform nodes in the SVG, rather it uses a style element with a keyframe based animation
    • could a scrubber bar be created for this animation?
    • how would this be made accessible?
    • could you add audio in some way?
  • brings to mind the late SMIL was tried

Corner Style: Explored!

@keyframes hyper {
 from {
   corner-shape: superellipse(-infinity);
 }
 to {
   corner-shape: superellipse(infinity);
 }
}
  • Result in Chrome:

Animated Corner Shape of superelljpse

  • "The button is breathing"
  • corner-shape is only available in Chrome (and Edge) as of this meeting but slated to make it to other browsers in time
  • The "Get Gemini" button in Chrome can be unpinned

Animation Notes

Hooray Interns!

  • shape outside devtool was added to Firefox by an Intern

Reminder: "canidev.tools" website

Elsewise

Theming web pages as old operating systems

Weather App in Android Regression

    • Joe uses Firefox for exploring dev tools because their tools have proven more reliable on his machine
    • UK maps of radio coverage maps
    • enormous GIF file with few colors, and all compositived over using Leaflet
    • OpenStreetMap
    • mix-blend-mode: multiply could be, or simply with transparency and layers you get nice
    • Leaflet testimonial from Kevin Marks



Front End Study Hall (FrESH)
Find upcoming Front End Study Hall Events on events.indieweb.org/tag/frontend
2026 01-1501-2902-1202-24
2025 01-0201-1601-3002-1302-2503-1103-2704-0804-2405-0805-2006-0306-1707-0107-1707-3108-1208-2809-1809-3010-1410-3011-1311-2512-1112-30
2024 04-2405-0705-2306-0606-1807-0207-1608-0108-2709-1209-2610-1010-2411-0711-2112-0512-17
Group photo
Group Photo 2025-11-25