Skip to main content
Dublin Library

The Publishing Project

Creating printable content from the web

Creating printable content from the web # All the stylesheets are written in SCSS and converted to CSS through the build process. In early 2015 I played with the idea of creating a custom XML...

Looking at animations again… GSAP

Green Sock Animation Platform (GSAP) is an animation powerhouse. It's a Javascript based library designed to animate most CSS and SVG properties. GSAP components are (Taken from Getting Started with...

Looking at animations again... WAAPI

The Web Animation API seeks to unify CSS transitions and animations with SMIL-based SVG animations under one API making it easier to implement on the browser side and easier to learn for designers and...

Introducing VTT

I originally wrote this post for the Web Platform Documentation Project. Since the project was halted in 2015 I decided to move the text to this blog while the companion code repository remains on...

Literate CSS

here's an idea... take a markdown file containing both documentation and the SCSS/CSS code it references as fenced markdown blocks and use that to generate your production code. Granted, it is not a...

Conditional CSS using CSS feature queries

In Javasacript we've been able to detect support for specific features almost since day one, at least since we decided that detecting browsers and equating a browser/version combination with support...

Archive Navigation