Ahmed Fouad
Ahmed Fouad

Reputation: 3073

How to collapse div towards center using jQuery?

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

Answers (1)

Registered User
Registered User

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

Related Questions