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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T02:40:28+00:00 2026-05-11T02:40:28+00:00

I would like to fadeIn a node over one second. Then leave it on

  • 0

I would like to fadeIn a node over one second. Then leave it on for 10 seconds. Then fadeOut for another 3 seconds. One way of chaining this would be as follows:

dojo.fx.chain([    dojo.fadeIn({node:myNode, duration:1000}), // fading in for 1 second    dojo.fadeIn({node:myNode, duration:10000}), // this does nothing for 10 seconds    dojo.fadeOut({node:myNode, duration:3000}) // fade out for 3 seconds ]).play(); 

In the previous code, the middle step is a very silly way of achieving nothing. Is there some sort of dojo.fx.sleep animation that does nothing for a specified length of time?

  • 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. 2026-05-11T02:40:29+00:00Added an answer on May 11, 2026 at 2:40 am

    I’m not a dojo user, but the common idiom from JQuery and Prototype is the delay property, which also seems to be present in Dojo:

    dojo.addOnLoad(function() {    var animationArguments = {     node: “testHeading”,     duration: 1000,       // ms to run animation     delay: 250            // ms to stall before playing   };    dojo.fadeOut(animationArguments).play(); }); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to incorporate jQuery effects (fadeIn, fadeOut, etc...) in parts of my
I would like to fadeOut the #portfolio-wrapper, than load the portfolio2.html with fadeIn(600). The
I would like to add a subtle and quick fadeOut and FadeIn effect to
This XAML makes text fade in when it appears. I would like to put
I would like to make my iframe fadein as soon as the visitor has
I would like to set a random color for the text of a fadeIn/Out
I would like to send this textfield value to a php file using jQuery.
I currently have this working fiddle - http://jsfiddle.net/B8Abd/ I would like to use jquerys
I am using jQuery ColorPicker Plugin and I would like to use this multiple
I'm trying to make a multi-lingual dictionary with one main language. I would like

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.