This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Effect.Squish
Combination Effects > Effect.Squish
Reduce the element to its top-left corner.
Examples
Effect.Squish('id_of_element');
Notes
Works safely with most Block Elements, except tables.
Demo
Source code of this demo
<div id="squish_demo" style="width:80px; height:80px; background:#ccc;"></div>
<ul>
<li><a href="#" onclick="Effect.Squish('squish_demo'); return false;">Click me for a demo!</a></li>
<li><a href="#" onclick="$('squish_demo').show(); return false;">Reset</a></li>
</ul>







