# HG changeset patch # User Steve Losh # Date 1467384180 0 # Node ID 9f6d873a692ffe2cfb6beb8eb6365e2c3d820780 # Parent d773c8aa783b03ca6fc974aff76faebb1ca6f90f Update diff -r d773c8aa783b -r 9f6d873a692f README.markdown --- a/README.markdown Fri Jul 01 13:10:02 2016 +0000 +++ b/README.markdown Fri Jul 01 14:43:00 2016 +0000 @@ -307,3 +307,6 @@ ## 2016-07-01 * More [Learning WebGL][]. +* Another episode of [Coding Math][]. Penner's easing functions are beautiful + little functions clouded by a haze of godawful programming style. I tried to + write my versions to be a bit more readable, at the expense of some speed.