Skip to content

ramjet: Transform One DOM Element into Another

Updated: at 09:04 PM

Check out this cool transition effect library for JavaScript

Ramjet makes it looks as though one DOM element is capable of transforming into another, no matter where the two elements sit in the DOM tree.

It does so by making copies of the two elements (and all their children), setting a fixed position on each, then using CSS transforms to morph the two elements in sync.

View the demo at rich-harris.co.uk