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 7708043
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T00:30:38+00:00 2026-06-01T00:30:38+00:00

Hia experts! Last time i was scrolling down the interwebs, i found an appealing

  • 0

Hia experts!

Last time i was scrolling down the interwebs, i found an appealing site (http://www.neotokio.it/), and i wanted to see how they did it, i came this far with the help of stackoverflow,

effect = $("#certainDIV").fadeTo(0, 0);

$(window).scroll(function(d,h) {
    effect.each(function(i) {
        a = $(this).offset().top + $(this).height();
        b = $(window).scrollTop() + $(window).height();
        if (a < b) $(this).fadeTo(500,1);
    });
});

This is pretty much the start of the effect, and i was this far already, but now im curious how they created that follow up thing.. So when one Line of words start (or images) the other one starts. i know its a but fuzzy, but when you take a look you will understand what i mean.

The effect that they create with the words is really appealing, but i have no clue how to make that in jQuery..

Could one of you experts help me out?

Thanks.

  • 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-01T00:30:39+00:00Added an answer on June 1, 2026 at 12:30 am

    I’m assuming you a referring to the way the lines move down and increase in opacity. They do that by animating the margin-top and the opacity together. I pulled this example from their site and modified it just a tiny bit to make sense out of context.

    $(".mySelector").css({opacity:0,marginTop:-10})
      .delay(500)
      .animate({marginTop:0,opacity:1}, 600, "linear");
    

    It’s definately a cool effect.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am following part 5 of the symblog symfony2 tutorial: http://tutorial.symblog.co.uk/docs/customising-the-view-more-with-twig.html under heading: The
Hia I am having problems parsing an rss feed from stackexchange in python. When
Hia. I am using some round rect buttons with own images for their states.
Hia, I got a somewhat odd problem. Im using two managed Classes that relate
Hia, got a one to many relation for chars and items. one char can
Hia, I'm looking for a way to play a movie as background in portray
I know we can use: <?php $last_modified = filemtime(profile.php); print Last modified . date(l,
My problem is with .Net Http/Uri libraries not being able to decode or unescape
HiExperts, I am creating a form with a javascript validation function for a radio
I have this code: #include <iostream> using namespace std; class FooA { public: virtual

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.