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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:13:51+00:00 2026-06-14T21:13:51+00:00

I have some text and I want to move it up using the Raphael

  • 0

I have some text and I want to move it up using the Raphael library. However is there also a way of moving it up after 3 seconds or something like that.

var t1 = paper.text(700, 168, "Hi");
t1.attr({fill:"white"});

I tried to use this code so that it would move the text up however it did not.

t1.animate({cy: 10 , cx: 700}, 10000);

I just wanted to ask the same thing for the curve path.

        var curvePath = paper.path("M690,124s20,15 10,19Z");
    curvePath.attr({fill:"orange"});

And i have tried the same thing but i guess i got wrong things again.

    curvePath.animate({m: 10 , z: 700}, 10000);

Thanks again for all the help.

  • 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-14T21:13:52+00:00Added an answer on June 14, 2026 at 9:13 pm

    In place of,

    t1.animate({cy: 10 , cx: 700}, 10000);
    

    Use this,

    t1.animate({y: 10 , x: 700}, 10000);
    

    Paper has x and yattributes , not cx and cy.

    Reference

    Edit (after comment):

    From the same reference, I’ve given

    var t1 = paper.text(700, 168, "Hi");
    t1.attr({fill:"white"});
    var anim = Raphael.animation({y: 10 , x: 700}, 10000)
    t1.animate(anim.delay(5000));   // animation will start after 5 seconds.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some text which I want to have on separate lines. I try
I have some text/images that I only want to display in the normal state
if i want to have some text show up in a calligraphy font, how
I have some text that has HTML hyper-links in it. I want to remove
Ok, I have some garbled up text strings and I want to extract the
On an Android View, I want to have a some clickable text that works
I have some html files that I want to convert to text. I have
I have an image and some text. I want to center both of them
I have this html file where I want to overlay some text over another.
I have a .txt file having some text. I want to read this file

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.