Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8121039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T05:21:26+00:00 2026-06-06T05:21:26+00:00

I am using the famous jQuery vTicker plugin for vertical scrolling content. However, when

  • 0

I am using the famous jQuery vTicker plugin for vertical scrolling content. However, when one loads the page, the content “<li> elements in my case” appears for a fraction of a second, before hiding the content back again and starting to work as expected.

Is there a solution to this?

This is my code:

    <script type="text/javascript">
        $(document).ready(function () {
            $('#lastminute').vTicker({
                speed: 500,
                pause: 3000,
                animation: 'fade',
                mousePause: true,
                showItems: 1
            });
        });
    </script>

    <div id="lastminute">
        <li>item 1</li>
        <li>item 2</li>
        <li>item 3</li>
    </div>

here is how it looks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T05:21:27+00:00Added an answer on June 6, 2026 at 5:21 am

    Add a class to all elements you want not to flicker like that that has a css property of visibility:hidden.

    Remove this class in your $(document).ready() handler.

    That way the elements will be invisible to the user until you are ready to display them they way you intended.

    CSS –

    .hideuntilready{
        visibility:hidden;
    }
    

    JS –

    <script type="text/javascript">
        $(document).ready(function () {
            $('#lastminute').removeClass("hideuntilready").vTicker({
                speed: 500,
                pause: 3000,
                animation: 'fade',
                mousePause: true,
                showItems: 1
            });
        });
    </script>
    

    HTML –

    <div id="lastminute" class="hideuntilready">
        <ul>
        <li>item 1</li>
        <li>item 2</li>
        <li>item 3</li>
        </ul>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using this jQuery validation plugin and getting the famous: $(#Form).validate is not a
I am using the famous module pattern for creating namespaces however its cumbersome to
I am trying to make a default homepage script using the famous script for
I'm using the famous :) function createEditableCopyOfDatabaseIfNeeded for create an editable copy of my
I am using yaml for layout and famous clearfix css to make sure container
Anybody knows how to execute this using the famous Cakephp ORM-based 'find' query function?
I am writing a 3d live wallpaper for android using the famous GLSurfaceView wrapper
I'm using a API to get some photos from a famous web. And I
After using the excellent Krumo package for PHP (perhaps most famous for its use
I get the famous error The security validation for this page is invalid. Click

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.