Skip to content

Commit

Permalink
Updated A Round Of Applause Semantically Releasing The Clapper Compon…
Browse files Browse the repository at this point in the history
…ent and 1 other file
  • Loading branch information
chriswilty authored and Siteleaf committed Oct 18, 2024
1 parent ccfcd2b commit b2f341b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'A round of applause: semantically releasing the clapper component'
date: 2024-10-18 12:00:00 Z
published: false
categories:
- Tech
- Open Source
Expand All @@ -22,7 +23,7 @@ You may not have noticed a small change to our blog posts this week, but it's a

<img src="/uploads/mouse-laugh-809511.jpg" alt="Mouse laughing" title="Not so smart now huh?!" style="display: block; margin: 0 auto; max-height: 10rem;" />

Yep, kinda embarrassing, and a problem that I and colleague [Dave Ogle](https://blog.scottlogic.com/dogle/) were keen to put right straight away. Using a `<button>` gave [a wealth of improvements](https://www.builder.io/blog/buttons), though of course there were styling issues to resolve, some structural rearrangements, and a few animations to sort out. On that front, I dampened those animations unless the user has [no preference on reduced motion](https://css-tricks.com/nuking-motion-with-prefers-reduced-motion/), and there is work in progress to correct colour contrast issues.
Yep, kinda embarrassing, and a problem that I and colleague [Dave Ogle](https://blog.scottlogic.com/dogle/) were keen to put right straight away. Using a `<button>` for a clickable element unsurprisingly gives [a wealth of improvements](https://www.builder.io/blog/buttons), though of course there were styling issues to resolve, some structural rearrangements, and a few animations to sort out. On that front, I dampened those animations unless the user has [no preference on reduced motion](https://css-tricks.com/nuking-motion-with-prefers-reduced-motion/), and there is work in progress to correct colour contrast issues.

## Release the Kraken

Expand Down

0 comments on commit b2f341b

Please sign in to comment.