Hi! I’m Brian and these are my notes as I go from Web browser engineer to running a Web app startup in Tokyo.

More →

  • Archive Mozilla

    After 10 years

    Yesterday marks 10 days to the day since I posted my first patch to Bugzilla. It was a small patch to composite SVG images with their background (and not just have a white background).

    Since then I’ve contributed to Firefox as a volunteer, an intern, a contractor, and, as of 3 years ago tomorrow, a Mozilla Japan employee.

    It’s still a thrill and privilege to contribute to Firefox. I’m deeply humbled by the giants I work alongside who support me like I was one of their own. In the evening when I’m tired from the day I still often find myself bursting into a spontaneous prayer of thanks that I get to work on this stuff.

    So here are 8 reflections from the last 10 years. It should have been 10 but I ran out of steam.

    Read article →

  • Archive Web Animations

    Animations on Fire @ Graphical Web 2014

    Just recently I had the chance to talk about authoring animations of CSS/SVG for better performance at The Graphical Web 2014. I thought I’d put up the slides here in case they’re useful to others.

    Read article →

  • Archive Web Animations

    Web Animations @ html5j 2013

    Over the weekend I had the chance to speak about Web Animations at the HTML5 conference 2013 in Tokyo. I put a fair bit of work into the presentation so I thought I’d put up an English version of the slides (including videos of the demos) in case they’re useful to someone else looking for a gentle introduction to Web Animations.

    Read article →

  • Archive Web Animations

    Players wanted: the pause and seek game

    Last time I introduced timing groups in Web Animations as a simple yet powerful tool for synchronising animations. Great as they are, they open up a few interesting questions. For example, what happens when you pause an animation that’s in a timing group?

    Read article →

  • Archive Web Animations

    Group and conquer: timing groups for your synchronization woes

    Once you start animating anything more than simple fade and slide effects, pretty soon you start wanting to synchronize things. The penguins should start dancing together, the watermelon should explode the moment the blind-folded person hits it, the credits should roll after the movie finishes and so on.

    Read article →

  • Archive Web Animations

    Introducing Web Animations

    Today we finally shipped the First Public Working Draft of Web Animations!

    Read article →

  • Archive Web Animations

    Help with math(s)

    One of the limitations of CSS and SVG animations is that you can’t do a bouncing effect. That is, you can’t easily do this…

    Read article →

  • Archive Web Animations

    Web Animations

    It must be time for my biannual blog post and this time I’d like to introduce a new development in animation for the Web, called, creatively enough, Web Animations.

    Read article →

  • Archive Mozilla

    Parapara Animation

    About a week ago Mozilla Japan put on a two-day event in Tokyo called Mozilla Vision 2012. It was a great weekend with several hundred people coming to talk about what it means to be Open, and, in very Japanese-style, see some cool robots (courtesy of Takahashi Tomotaka-san).

    Read article →

  • Archive SMIL

    It’s about time…

    Firefox 4 is going four dimensional! Time dimensional! (Ok, for those who know physics, just pretend 🙂)

    There’s CSS transitions for all sorts of animated eye-candy, major JS speed-ups to give scripted animations a boost and mozRequestAnimationFrame to get keep them smooth and in sync, and a whole host of other graphics and video improvements. Oh, and SMIL in SVG!

    Read article →