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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:33:45+00:00 2026-06-12T11:33:45+00:00

I have a circle which I move it around, how can I make for

  • 0

I have a circle which I move it around, how can I make for the glow effect to follow that circle.

circle = paper.circle(x, y, 5);
glowSet = circle.glow({
    'fill': true,
    'color': '#bbb'
});   

// ...
// I animate the circle later on using

circle.animate({
    cx: coordX,
    cy: coordY
});

I’ve tried with animate on the entire set

glowSet.animate({
    x: coordX,
    y: coordY
});

I’ve tried to apply to each item using forEach over the set

glowSet.forEach(function(item) {
    item.animate({
        x: coordX,
        y: coordY
    });
});
  • 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-12T11:33:46+00:00Added an answer on June 12, 2026 at 11:33 am

    The glow set and the circle remain independent. You should be able to achieve the effect you desire by simply combining them into a single set, like this:

    circle = paper.circle(x, y, 5);
    glowSet = paper.set(circle, circle.glow({
        'fill': true,
        'color': '#bbb'
    }));
    

    Then apply your animations to glowSet.

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

Sidebar

Related Questions

I have a dial which I drag around a circle to give me a
I have an NSView in which the user can draw circles. These circles are
i have drawed some figure(circle, rectangle or just a line) and after that i
I have problem with text drawing around Circle. I found great sample in C#
I have this CSS3 animation that works in Chrome .circle-label-rotate { -webkit-animation-name: rotateThis; -webkit-animation-duration:.5s;
I have two balls (circles) which are flying around in my HTML. If they
I have a JPanel which has a line, circle, etc. Now when I click
I have a JScrollpane which contains a scrollable client that changes its size dynamically
I have a spinning circle UI element that is updated by an NSTimer. I
I have an interface (move) that should move some shapes. interface Move { move();

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.