Results 1 to 2 of 2

Thread: Crawler.js query

  1. #1
    Join Date
    Oct 2016
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Crawler.js query

    1) Script Title: crawler.js

    2) Script URL (on DD):

    3) Describe problem: hey i want to change the direction from bottom to top in this crawler.js java script ..please guide me for the same

  2. #2
    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

    Used much like the original this is a mod I made for a similar request in 2013, read the comments/instructions at the beginning of the .js file, any questions - I'll do my best (it's been awhile):

    crawlerca5.js

    One possible init:

    Code:
    <script type="text/javascript">
    	var acrawler = marqueeInit({
    		uniqueid: 'mycrawler',
    		style: {'width': '200px', 'height': '1005px'},
    		inc: 10, //speed - pixel increment for each iteration of this marquee's movement
    		mouse: 'drag cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
    		moveatleast: 2,
    		persist: true,
    		addDelay: 30,
    		savedirection: 'reverse'
    	});
    </script>
    I have a working demo, if you need it I can put it up somewhere.

    NOTES: Be aware this is not mobile/touch friendly as far as I know, though could still work out OK with limited functionality on those platforms - or might be a mess, in which case alternate content or simply disabling it for those devices might be required. Also, though I wrote this script, I'm no longer a great fan of scrolling marquee like features because the constant position updates are a challenge in many browsers leading to at least somewhat choppy looking motion often times. There are other vertical image scripts that move image by image, one at a time on demand or on a timer, rather than constantly being in motion. I would say this type of motion is preferable. One such script is DD's SAG Content Scroller (not my code, but I and others could help with it):

    http://www.dynamicdrive.com/dynamici...agscroller.htm
    - John
    ________________________

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

Similar Threads

  1. Image Crawler v1.5
    By Lanta88 in forum Dynamic Drive scripts help
    Replies: 7
    Last Post: 08-26-2012, 03:19 AM
  2. Crawler v1.5 help
    By siluet in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 05-22-2012, 12:58 AM
  3. crawler is not showing in I.E.
    By richiebee in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 08-12-2010, 09:01 PM
  4. PHP Crawler Script?
    By penguins87 in forum PHP
    Replies: 1
    Last Post: 01-29-2010, 03:38 AM
  5. crawler.js
    By riesart in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 01-18-2010, 09:08 AM

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
  •