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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T15:06:02+00:00 2026-06-17T15:06:02+00:00

I want to stop an animation something like this: Behavior on x { NumberAnimation

  • 0

I want to stop an animation something like this:

Behavior on x {
    NumberAnimation {
        id: animationElement
         duration: 100
    }
}
    ...
if (something)
{
    animationElement.stop()
}

but this code gives me error, that stop() cannot be used on non-root animation nodes.
It’s possibly stopping animation from outside?

  • 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-17T15:06:03+00:00Added an answer on June 17, 2026 at 3:06 pm

    This works fine for me :

    import QtQuick 1.0
    
    Rectangle
    {
        color: "grey"
        width:  800
        height: 800
    
        NumberAnimation on width { id: animationElementw ;  from: 800; to: 500; duration: 8500 }
        NumberAnimation on height { id: animationElementH ;  from: 800; to: 500; duration: 8500 }
    
        MouseArea
        {
          anchors.fill: parent
          onClicked:
          {
              animationElementw.stop()
              animationElementH.stop()
          }
        }
    
        Text
        {
            id: name
            anchors.centerIn: parent
            text: "Click me to stop shrinking animation!!!"
            color: "white"
            font.pixelSize: 25
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have something like this: barProgress.BeginAnimation(RangeBase.ValueProperty, new DoubleAnimation( barProgress.Value, dNextProgressValue, new Duration(TimeSpan.FromSeconds(dDuration))); Now, how
picturebox1.image = image.fromfile(c:/anim.gif) after i import the animation, i want to Stop the animation
I have one image animation started using GameQuery. Now I want to stop the
Microsoft seems to want us to stop using the MDI, but if more people
I want to change the background image using slow animation, but its not working
It seems like this should be so simple, but I am pretty new at
I want to remove stop GIF animation function from ESC button is it possible?
I want to stop an animation at the last frame, and after that after
I'm trying to make a box animation. It's working okay, but I want to
I want to stop the end users from being able to resize a GUI

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.