CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   Lightweight Animation (http://www.codingforums.com/showthread.php?t=217291)

dev.genius 02-02-2011 09:52 PM

Lightweight Animation
 
I'm working on a web app, and one part of it involves resizing and dragging div elements. Because one of my goals for this web app is to be very lightweight and load quickly, I don't want to use a huge framework like jQuery.

I wondered if anyone knew of a small library that could do dragging and resizing.

rnd me 02-02-2011 10:21 PM

there is a small and ultra-efficient drag and drop library in my signature under dnd...
it has basic repositioning with location memorization, and provides an ondnd event for creating interactions.

still, there is a new dnd standard in html5, and you might want to look into that for complex actions like data transfer.

dev.genius 02-03-2011 10:26 PM

Thanks for the response. However, I realized that I need something else also: a show/hide system to hide/show divs. I know I could do this using the visible css property, but do you know any libraries/frameworks that can show/hide using a fade effect, and also do what I mentioned in my first post?


All times are GMT +1. The time now is 09:11 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.