Reputation: 3073
Can someone suggest a plugin or method in jQuery to collapse elements to center. I've seen it on websites but searched google without luck, I want the element to quickly collapse in center point.
Any suggestions?
Upvotes: 0
Views: 268
Reputation: 3699
The best plugin is to use jQuery UI Clip effect. Click on the green box to see the effect:
http://docs.jquery.com/UI/Effects/Clip
Upvotes: 1