I'm looking for an ULTRA-light framework or snippet which handles -webkit css page transitions in a similar way to JQM or JQTouch. They work fine but I don't want to add almost 200kb of resources just to get some transitions.
I'd like it to feature :
1 Page-to-page switching (divs) within a single HTML-doucment.
2 Do a 'flip' and possibly a 'slide' transition.
Has anyone seen such a thing?
Edit: I'd like to avoid using jQuery all together.