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

  • Home
  • SEARCH
  • 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 3322300
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:09:56+00:00 2026-05-17T23:09:56+00:00

I need to choose a property to animate and then, do animation. The code

  • 0

I need to choose a property to animate and then, do animation.

The code should be like a following:

var prop = "background-color";
switch( val )
{
   case 1: prop = "color";
   case 2: prop = "border-color";
   // ...
}
item.animate( {prop: "#00FF00"}, 1000 );

JavaScript complains about using “prop” variable.

When i just say

item.animate( {"color": "#00FF00"}, 1000 );

everything is fine.

I think, a constant is expected as object property declaration.

How can i determine it at runtime ?

  • 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-17T23:09:56+00:00Added an answer on May 17, 2026 at 11:09 pm

    These are equivalent:

    // prop is a literal string here,
    // not a variable
    {prop: "#00FF00"}
    

    and

    {"prop": "#00FF00"}
    

    you probably need to do something like this:

    var obj = {};
    obj[prop]="#0000ff";
    item.animate( obj, 1000 );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is it possible to choose different colors of different pixels on the background property
When I write code and need new property, i simply write propery name as
I need to choose a compression algorithm to compress some data. I don't know
If I need to choose a collation mode to work with, how do I
If you need to choose the language to write your integration tests, what language
As part of a numerical library test I need to choose base 10 decimal
In our COM project, we need to choose between best string class implementation so
I've used both SVN and CVS a little bit, but will need to choose
I am currently using whoosh to dev a website, and I'll need to choose
I have xpath page.search(//table[@class='campaign']//table) which returns two tables. I need to choose only first

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.