From: Daniel B. <dan...@ho...> - 2001-03-20 12:06:15
|
Hello to all you DynApi developers! This is my first mailing ever to a list like this so I hope that I don't breach protocol in any way. I will ask a question next then go on to add more info about my problem, so if you are not interested or busy you don't have to read too much. To cut to the quick: Could anyone help me with finding Glide behavours in DynAPI2? I'd like to do accelerated / decelerated glides and animate 3 layers at once. Is this using util.threads. Thanks, I'm sorry if the question is a bit dumb.I've tried reading FAQ's, The dynamic duo pages and Pascal's tutorials. All great but I'm still a bit lost. More info: I have started working with the DynAPI in attempts to create List and Collapse menus, create location maps for HTML, put up a kind of "starburst" menu, where on mouseover of a word child nodes burst out and surround the original words. The child nodes could links or contain other child nodes. DynApi looks excellent. I'm really impressed by the examples at richinfo.com and the original dynamic duo tutorial. I don't know how anyone finds time to do all of these things so well done to all the people associated with the project. I live in Spain and was impressed by the site at www.doubleyou.com . I don't know if you guys have seen their sites but they are all written with bits of dynlayers in them. They initially sent me looking for the DynAPI. By the way, doubleyou report on their site that they were sent an e-mail in early 2000 by Macromedia asking for their Flash ownership certificates. At that point they had never used Flash so even Macromedia mistook DynAPI for Flash! Ok. So back to me. I need to build a widget for the "burst" menu that alows children to be added and does some nice multiple glides, if anyone could point me in the right direction I'd appreciate it. thanks Dan _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
From: Richard B. <ma...@ri...> - 2001-03-20 13:17:31
|
This example: http://www.resass.f2s.com/dynapi/Richard_Examples/DynAPI_by_email.html uses this glide lib: http://www.resass.f2s.com/dynapi/src/lib/richard/util/glide.js It's the Dynapi1 lib, modified by David C. Bros It's not using thread yet, so could do with some updating, but it works fine. I saw the starburst effect at http://www.doubleyou.com/dyworks.html , but they compressed their source, which makes it hard to read. Maybe they'll help if you ask. Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) visit the DynAPI homepage (and FAQ) :: http://dynapi.sourceforge.net/dynapi/index.php?menu=1 Browse (and search) the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi ----- Original Message ----- From: "Daniel Brett" <dan...@ho...> To: <dyn...@li...> Sent: Tuesday, March 20, 2001 1:08 PM Subject: [Dynapi-Widgetdev] Glide & Hi > Hello to all you DynApi developers! This is my first mailing ever to a list > like this so I hope that I don't breach protocol in any way. I will ask a > question next then go on to add more info about my problem, so if you are > not interested or busy you don't have to read too much. > > To cut to the quick: > Could anyone help me with finding Glide behavours in DynAPI2? I'd like to do > accelerated / decelerated glides and animate 3 layers at once. Is this using > util.threads. > > Thanks, I'm sorry if the question is a bit dumb.I've tried reading FAQ's, > The dynamic duo pages and Pascal's tutorials. All great but I'm still a bit > lost. > > More info: > I have started working with the DynAPI in attempts to create List and > Collapse menus, create location maps for HTML, put up a kind of "starburst" > menu, where on mouseover of a word child nodes burst out and surround the > original words. The child nodes could links or contain other child nodes. > > DynApi looks excellent. I'm really impressed by the examples at richinfo.com > and the original dynamic duo tutorial. I don't know how anyone finds time to > do all of these things so well done to all the people associated with the > project. I live in Spain and was impressed by the site at www.doubleyou.com > . I don't know if you guys have seen their sites but they are all written > with bits of dynlayers in them. They initially sent me looking for the > DynAPI. By the way, doubleyou report on their site that they were sent an > e-mail in early 2000 by Macromedia asking for their Flash ownership > certificates. At that point they had never used Flash so even Macromedia > mistook DynAPI for Flash! > > Ok. So back to me. I need to build a widget for the "burst" menu that alows > children to be added and does some nice multiple glides, if anyone could > point me in the right direction I'd appreciate it. > > thanks > Dan > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > _______________________________________________ > Dynapi-Widgetdev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-widgetdev > |