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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:41:36+00:00 2026-06-01T17:41:36+00:00

as title, I would to knoe how can I do to fired a function

  • 0

as title, I would to knoe how can I do to fired a function after the end of an event.
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-01T17:41:38+00:00Added an answer on June 1, 2026 at 5:41 pm

    the Fx classes all support several events:

    onComplete

    fires when the last animation is done.

    element.set("tween", {
        onComplete: function() {
            this; // the Fx.Tween instance
            this.element; // the element that tweened
        }
    }).tween("opacity", [0, 1]);
    

    onStart

    fires when an animation begins.

    var myMorph = new Fx.Morph(element, {
        onStart: function() {
            this.element.addClass("disabled"); 
        }
    });
    
    myMorph.start({marginLeft: [-200, 0]});
    

    onCancel

    fires when you stop an animation.

    also, Fx.Elements has a generic set of the same events that apply for all controlled animations.

    have a look in the docs. http://mootools.net/docs/core/Fx/Fx.Morph for example – and the Fx docs. you can use any event or a combination of events.

    you can also set link: "chain" or “cancel” or “ignore” etc for advanced control.

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

Sidebar

Related Questions

As the title suggests I would like to understand why static classes can have
As the title: How would I tell NHibernate, once and for all, that all
As described in the title I would like to develop a Windows Forms Application
I could barely find a reasonable title that would explain my issue, let alone
Possible Duplicate: When to Use Static Classes in C# Questions in the title..........i would
As the title states when would you recommend the use of the mediator design
As the title suggests I would like to convert a long number to the
I need to change the firefox window title like I would do for internet
I was looking at the title tag http://www.w3schools.com/TAGS/tag_title.asp So would it be legal if
I would like to set the title of each rendered page from the corresponding

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.