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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:17:16+00:00 2026-05-15T19:17:16+00:00

Mootools : How to get morpha.start() after 2sec mouseenter ? window.addEvent(‘domready’,function() { var morph

  • 0

Mootools: How to get morpha.start() after 2sec mouseenter?

window.addEvent('domready',function() {
var morph = new Fx.Morph('resize',{duration:700,delay:400});
$$('#resize').addEvent('mouseenter',function(e){
    e.stop();
    morpha.start({
        width: '200px',
        height: '100px'
    });
}//It does not work on adding ',2000' here
);

<div id="resize" class="resize">DIV will get bigger after 2sec on mouseenter</div>
  • 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-05-15T19:17:17+00:00Added an answer on May 15, 2026 at 7:17 pm

    use delay.

    http://www.jsfiddle.net/dimitar/m6JKt/ example

    document.id('resize').set("morph", {duration:700,delay:400}).addEvents({
        mouseenter: function(){
            this.store("timer", (function() {
                this.morph({
                    width: '200px',
                    height: '100px'
                });
            }).delay(2000, this));
        },
        mouseleave: function() {
            $clear(this.retrieve("timer"));
        }
    });
    

    this has also been refactored to use element.morph which does the class instance for you – and it will cancel the transition if you mouseout within the 2 seconds starting period grace.

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

Sidebar

Related Questions

I have put together the following mootools script window.addEvent('domready', function() { var shouts =
I have this class method in a mootools class: getData : function(){ var r
i use mootools to get response from a webservice onSuccess: function (responseText) { alert(responsetext);
I have a request.json in mootools to get some data from a php function
$('test_div').addEvent('click', function() { formElement = $$('.field_search_criteria')[0]; // get it from <form class=field_search_criteria id=field_search> //
This is MooTools code: var myString = {subject} is {property_1} and {property_2}.; var myObject
I get the impression mootools will do this, but in a roundabout way. I
I am using Mootools 1.3.1 and I want to animate a div with fx.morph
I'm using mootools 1.4.1 and I'm trying to get a div that 'tweens' the
I have a problem with the Mootools get method and IE8. This is the

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.