Slider / Carousel

here you can Request certain custom made Scripts in exchange for something (most likely money)

Moderator: 1.2 Moderators

Slider / Carousel

Postby Arty Ziff on Mon Mar 01, 2010 6:20 am

I need a Slider / Carousel like iCarousel but designed with MooTools v 1.2.

* DIV based elements, not list. Will be styled with CSS.

Example:

  1. <div id="wrapper">
  2.     <div id="item">
  3.     ...content ONE, could be HTML, images, a FLASH element...
  4.     </div>
  5.     <div id="item">
  6.     ...content TWO, could be HTML, images, a FLASH element...
  7.     </div>
  8.     <div id="item">
  9.     ...content THREE, could be HTML, images, a FLASH element...
  10.     </div>
  11. </div>


* Content DIVs might be loaded into the Web document via the AJAXy Goodness...
* Variable number of DIVs showing at one time. I need to show 3 at a time. But that might change...
* Left / Right scroll control - rotate one element at a time (even when more than one element showing)...
* Optional auto scrolling... Pause on mouseover...
* Specify speed of scroll and how long the DIVs "rest".
* Smooth scrolling action, maybe even a little bouncy at the end.
* Continuous loop.

It would be a bonus if it could be configured Vertical and Horizontal, but horizontal is required.

Carousels I like:


I don't care if an existing slider / carousel is modded to do what I want, why reinvent the wheel?

Please quote me a *REASONABLE* price. This is for a project that isn't makin' me a load of cash, but I understand paying for quality work. Everyone has to eat... Will pay cash, PayPal, check, fresh ground coffee - whatever format you prefer.

I will be needing more MooTools work, and prefer working with the same people, so this could lead to additional smaller / larger work.

I would prefer some type of Open Source license such as MIT or GPLv2 (but *not* GPLv3), but as long as I am granted unlimited use, I'm flexible.

I am on the West Coast of the United States (Seattle, Washington area).

Contact: arty@Botteronet.net
Arty Ziff
 
Posts: 7
Joined: Mon Apr 06, 2009 11:00 pm

Re: Slider / Carousel

Postby Arty Ziff on Wed Mar 17, 2010 11:43 pm

No one?
Arty Ziff
 
Posts: 7
Joined: Mon Apr 06, 2009 11:00 pm

Re: Slider / Carousel

Postby daKmoR on Thu Mar 18, 2010 2:17 am

I may have something that would do the job...
it's basically an evolution of this (which is also my code)
http://mpm.mooforum.net/Mpm.php?mode=demo&file=../mpr/Galleries/FlexSlide/Demos/Style_Simple.html
and as you can place as many elements you want into one moving container it should be pretty easy...

html would look something like this:
  1. <div id="slide"
  2.     <div class="item">
  3.         <div class="element">first element</div>
  4.         <div class="element">second element</div>
  5.         <div class="element">third element</div>
  6.     </div>
  7.     <div class="item">
  8.         <div class="element">fourth element</div>
  9.         <div class="element">fifth element</div>
  10.         <div class="element">&nbsp;</div>
  11.     </div>
  12. </div>


the items get slided... so how many elements are in one item doesn't matter...

maybe send me a concrete layout and I will show you how it would be done or give you an estimate how long it would take me to implement it...

PS: code is a MIT style license
"Speak when you are angry and you will make the best speech you will ever regret." - Ambrose Bierce
User avatar
daKmoR
Site Admin
 
Posts: 860
Joined: Mon Jul 14, 2008 11:40 am


Return to Script Request

Who is online

Users browsing this forum: No registered users and 1 guest