Monorail – Turn CSS animations into interactive SVG graphs
Monorail! Monorail turns any CSS keyframe animation into an interactive graph. Try playing with the example below. For details on how to use it, check the GitHub repo.
Stay updated with the latest in technology, AI, cybersecurity, and more
Monorail! Monorail turns any CSS keyframe animation into an interactive graph. Try playing with the example below. For details on how to use it, check the GitHub repo.
Posted June 16, 2025 by Nolan Lawson in accessibility, Web. Tagged: accessibility. 2 Comments All web developers know, at some level, that accessibility is important. But when push comes to shove, it can be hard to prioritize it above a bazillion other concerns when you’re trying to center a <div> and you’re on a tight deadline. A lot of accessibility advocates lead with the moral argument: for example, that disabled people should have just as much access to the internet as any other person, a
BritCSS Fixes CSS to use non-bastardised spellings Permits using English (traditional) spellings for CSS properties, rather than English (simplified). Because this is implemented with a client-side script. You can use this to properise the CSS of any page. Demo on CodePen Usage To use this script, simply include it in your HTML: < script src =" https://cdn.jsdelivr.net/gh/DeclanChidlow/BritCSS/britcss.js " > </ script > To enter debug mode: britCSS . debug ( true ) ; To stop the script