hello brice, do you think this would be possible with your plugin? : http://www.lisapram.com
i look forward to skinning it ! On Thu, Nov 13, 2008 at 12:38 AM, Brice Burgess <[EMAIL PROTECTED]> wrote: > > Alexandre, > > Glad you checked out jqRevolve. This is an initial revision and I > plan to expand upon the plugin. I will certainly I strive to add > support for scrolling by the next item's x posistion, as well as > continuos scroll (aka "wrap" -- or TRUE carousel support). > > Regarding fluid scrolling; > > I did not use the native scrollLeft/scrollTop Javascript methods... > in favor of jQuery's $.anim() function. I figured I would try to > leverage the callback and interruption functionality of jQuery's > animation routine... although can maybe produce a "smoother" scrolling > experience by manually writing a routine. Guess it's time to > experiment... ;) > > ~ Brice > > > On Nov 12, 5:23 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]> > wrote: >> Brice, i didn't dig into your code, but the animation is not very >> fluid on the demo page. >> >> did you use the scrollLeft javascript command? >> (http://www.maconstateit.net/tutorials/JSDHTML/JSDHTML14/jsdhtml14-03.htm >> ) >> >> On Thu, Nov 13, 2008 at 12:05 AM, Alexandre Plennevaux >> >> <[EMAIL PROTECTED]> wrote: >> > nice Brice, very efficient ! one feature request: i'm not fond of >> > continuous scrolling. would be nice to have an option to specify >> > whether it should scroll pixel per pixel or from each item's x >> > position to the next's, so that you don't have half-showing images. >> >> > If you implement this feature, i'll have a use of it, so i'll be happy >> > to pimp up those little babies when i get some time. >> >> > On Wed, Nov 12, 2008 at 11:38 PM, Brice Burgess <[EMAIL PROTECTED]> wrote: >> >> >> Ladies and Gentlemen, >> >> >> I'm writing to inform you all of a new addition to the jQuery plugin >> >> family... Please welcome jqRevolve! >> >> >> jqRevolve is a carousel-like plugin for jQuery. It provides a component >> >> that scrolls arbitrary content (Images, Markup, Text, Iframes, You Name >> >> it) >> >> in a defined 'clip region'. Yes, there are many out there. I needed a >> >> lightweight component that features automatic clip region sizing as well >> >> as >> >> pressure based scrolling. It is easy to use and customize. >> >> >> Checkout the plugin page for demonstrations. It is adequately boring >> >> enough >> >> for "science". The examples can use some sprucing up by a designer -- if >> >> any >> >> volunteer. >> >> >>http://dev.iceburg.net/jquery/jqRevolve/ >> >> >> Regards, >> >> >> ~ Brice