Results 1 to 4 of 4

Thread: Roll Carousel

  1. #1
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default Roll Carousel

    1) CODE TITLE: Roll Carousel

    2) AUTHOR NAME/NOTES:

    3) DESCRIPTION:
    A Carousel with 'Vertical' or 'Horizontal' modes of execution
    the script rolls a group of elements until stopping on a specific or random element.
    Options allow:
    the roll direction, duration and speed to be specified,
    an end 'bounce',
    sequential or random auto rotation
    and persistence to restore the last frame on reload.

    The functional code size is 4.48K

    4) URL TO CODE: http://www.vicsjavascripts.org.uk/Ro...llCarousel.htm

    or, ATTACHED BELOW (see #3 in guidelines below):
    Vic
    God Loves You and will never love you less.
    http://www.vicsjavascripts.org/Home.htm
    If my post has been useful please donate to http://www.operationsmile.org.uk/

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Cool script, but slower please! It hurts my eyes seeing all of that jump. The technical reason for this is the lack of blur-- it's perfectly crisp and jumping around so it all you see is random sharp lines and color blocks. But since JS doesn't allow blurring, it's too jarring to have it that fast-- faster than your eyes can adjust to tracking the objects.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I agree it's a neat effect. I'm not sure it matters that it's jarring. A lot of visual effects are. If not used in auto mode it can draw attention without being too annoying. And, though it is complicated, javascript can do blur. IE has a filter for it that can be used for versions of IE that don't support the canvas tag. With the canvas tag (supported in virtually all current version browsers) blur can be done. Or you could simply put a partially transparent overlay on the thing while it's spinning. Or even a permanent frame of sorts that would obcure the edges of the images and have a center line or the hint of a center line, like a slot machine does.

    But none of that needs to be done for the script to have merit. They could just be nice options, or they could just be something the end developer using the script on their page could institute.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default

    thank you for your feed back
    I have updated the script to slow the roll for example 1 and have added an option for a mask
    Vic
    God Loves You and will never love you less.
    http://www.vicsjavascripts.org/Home.htm
    If my post has been useful please donate to http://www.operationsmile.org.uk/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •