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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:02:31+00:00 2026-06-05T16:02:31+00:00

I am animating an image rotation using a doubleanimation linked to a click event

  • 0

I am animating an image rotation using a doubleanimation linked to a click event of a button. the animation has an ease in and ease out + a duration of 10 seconds.

what i want to do is at the same time animate another image so that in the last 3 seconds of the first animation the second image is faded in and out using an opacity animation.

I have no experience of storyboards and am not sure how to accomplish this effect.

regards,

Dan

  • 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-05T16:02:34+00:00Added an answer on June 5, 2026 at 4:02 pm

    If you’re controlling the durations explicitly, then probably the easiest way to do it is to set the BeginTime of the opacity animation to start at 7 seconds and set the Duration to last 3 seconds. If they’re both in the same storyboard and you start the storyboard, the timing will be handled for you by setting those properties.

    Here’s a very rough example.

    <!-- 10 second storyboard -->
    <Storyboard Duration="00:00:10.000">
        <!-- 10 second animation -->
        <DoubleAnimation BeginTime="00:00:00.000" Duration="00:00:10.000"  />
        <!-- 3 second opacity animation that starts at 7 seconds -->
        <DoubleAnimation BeginTime="00:00:07.000" Duration="00:00:03.000" />
    </Storyboard>
    

    You’ll need to set the To/From/Storyboard.TargetName/Storyboard.TargetProperty properties on those animations as well, obviously. But this gives you the idea of the concept.

    Look at the MSDN article for more information on Storyboards in general.

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

Sidebar

Related Questions

I'm trying to perform a simple animation using Cocoa. One button causes an image
I'm animating an image a certain amount from one menu button. It slides out
I have one image animation started using GameQuery. Now I want to stop the
I am able to provide animation to an image button from below code. this.RegisterName(image1.Name,
I'm trying to perform auto repeat of my image rotation animation with CABasicAnimation. I
i am animating an UIImageView with an image of a circle that grows and
i want create image animation , i have 50 images with png format now
In My iphone Application,I am doing simple image animation in a View and in
I try to make an animation with an image in my view but it
I have near about 255 image frames for background animation, 99 frames of enemy

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.