I'm migrating the frontend of my web app from Prototype/Scriptaculous to jQuery. I've searched the jQuery UI for the equivalent of the Scriptaculous SwitchOff
effect, with no results.
You can see the Scriptaculous Effect here: http://jsfiddle.net/p46DA/
My client loves the effect as it mimics his ol' TV and it's a very intuitive UX for deleting files etc.
As jQuery has no built-in switch-off-effect, I thought you could maybe achieve it thru fading with a customized easing curve??? Does anyone have experience with that?
Thank you, community!