Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Scroll dynamic content with Crawler

  1. #11
    Join Date
    Mar 2011
    Posts
    20
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Will it be OK to place crawler internal javascript code within header tags into an external javascript file?

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

    Yes. Be sure to remove:

    Code:
    <script type="text/javascript">
    and:

    Code:
    </script>
    from it. And that you place its external tag in the same spot where it currently is in the head.
    - John
    ________________________

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

  3. #13
    Join Date
    Dec 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hello,

    a great script width it's mouse-control logic! Thanks for sharing this!

    Sadly I have major performance issues viewing this Scroller/Crawler in Internet Explorer or Firefox browser. The scrolling isn't smooth, it sticks every few seconds. Google Chrome and Safari are okay. Second - is there any possibility to slow the speed below "1"?

    Thanks a lot!
    Moritz

  4. #14
    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

    Continuous animation has that problem in some browsers on some computers with some content. The smaller in both dimensions and byte size that your images can be, the smoother will be the scrolling action. There are other scripts for presenting changing content that, because they're not in constant motion, appear smoother. If you need larger images, perhaps one of those would be more suitable.

    Step Carousel Viewer is one here on DD:

    http://www.dynamicdrive.com/dynamici...epcarousel.htm

    There are others around the web.
    - John
    ________________________

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

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
  •