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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:03:06+00:00 2026-05-17T21:03:06+00:00

This is probably something simple but I’m scratching my head over easing with the

  • 0

This is probably something simple but I’m scratching my head over easing with the Animate class in Flex 4.

Basically I’m just trying to set easing via:

anim.easer = spark.effects.easing.EaseInOutBase(EasingFraction.IN_OUT);

however, it complains, saying

Type Coercion failed: cannot convert 0.5 to spark.effects.easing.EaseInOutBase.

Which would be fine, except… the constructor argument is a Number, not an instance of EaseInOutBase. Am I missing something? All of Google’s results suggest that this should be defined via MXML, but I just feel… dirty doing it – rather, defining something that is purely programmatic with markup. I know that’s half the nature of Flex, but still, I like to keep most of my logic/configuration in AS3.

If there’s a better way to animate with easing than using Animate with its easer property (eg, if this isn’t the right way), feel free to suggest an alternative – still a bit new to Flex.

  • 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-17T21:03:06+00:00Added an answer on May 17, 2026 at 9:03 pm

    Yes. You are certainly missing something… 🙂 You are missing the new keyword.

    Your code is trying to cast EasingFraction.IN_OUT to the type EaseInOutBase… which is why you get that seemingly (but completely appropriate) error.

    Instead:

    anim.easer = new spark.effects.easing.EaseInOutBase(EasingFraction.IN_OUT);
    

    🙂

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

Sidebar

Related Questions

This is probably something really simple but for some reason I just can't seem
This is probably something extremely simple but I can't get my head around it
This is probably something simple, but I just can't see it. I've got my
I know this is probably something simple but I can't seem to find anything
This is probably something really simple but I cant see what! Any images I
This is probably a pretty basic question, but just something that I wanted to
I'm really not sure why I get this error. It's probably something simple but
This is probably something simple I'm overlooking but my google-fu isn't turning anything up
This is probably something simple, but I can't figure out why I can't get
This is probably something simple, but I can't seem to find the answer. I

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.