Monday, December 28th, 2009
TransM: Programmable Image Transitions
<>p>The infamous Christian Effenberger has a new library to share:
TransM.js 1.0 allows you to add programmable image transitions to your webpages. Features 113 transitions, 32 tweenings, individual corners, overlay graphics and event actions. Requires no plugin/extension or any other external resource! It uses unobtrusive javascript to keep your code clean.
You can play around with an inline preview:

Related Content:











I see strange things in that code:
function declarations in blocks,
lots of with(…),
setAttribute(“onclick”, …),
new Array(…, …, …),
/^#[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]$/i,
etc.
Looks interesting and useful. I would like to try it.
I do like the time indicator.
Why “infamous”?