Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-02-2011, 09:52 PM   PM User | #1
dev.genius
New to the CF scene

 
Join Date: Feb 2011
Posts: 7
Thanks: 2
Thanked 0 Times in 0 Posts
dev.genius is an unknown quantity at this point
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.
dev.genius is offline   Reply With Quote
Old 02-02-2011, 10:21 PM   PM User | #2
rnd me
Senior Coder

 
rnd me's Avatar
 
Join Date: Jun 2007
Location: Urbana
Posts: 3,469
Thanks: 9
Thanked 466 Times in 450 Posts
rnd me is a jewel in the roughrnd me is a jewel in the roughrnd me is a jewel in the rough
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.
__________________
my site (updated 5/13)
STATS (2013/5) HTML5:90.2% MOB:14% IE7:0.5% IE8:8.6% IE9:9.8% IE10:10%

Last edited by rnd me; 02-02-2011 at 10:26 PM..
rnd me is offline   Reply With Quote
Users who have thanked rnd me for this post:
dev.genius (02-03-2011)
Old 02-03-2011, 10:26 PM   PM User | #3
dev.genius
New to the CF scene

 
Join Date: Feb 2011
Posts: 7
Thanks: 2
Thanked 0 Times in 0 Posts
dev.genius is an unknown quantity at this point
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?
dev.genius is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:06 AM.


Advertisement
Log in to turn off these ads.