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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:54:58+00:00 2026-05-25T14:54:58+00:00

I want to do a nice effect that would do something like this: So

  • 0

I want to do a nice effect that would do something like this:
enter image description here

So far, I made a separate layer in photoshop for each colour, and I want these to slowly fade in and out. The problem is, however that each blob is about 140KB if I use PNG. Is there a better alternative like doing this in vector and blurring it in jquery? Thanks :))

  • 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-25T14:54:59+00:00Added an answer on May 25, 2026 at 2:54 pm

    Few minutes of work below, but I still don’t find it as a best solution… I’ve overcome blur problem with simple gradient – faster… Fading should be JavaScripted.

    <svg xmlns="http://www.w3.org/2000/svg" version="1.1" style="width:100%;height:100%">
      <defs>
        <filter id="f1" x="0" y="0">
          <feGaussianBlur in="SourceGraphic" stdDeviation="10" />
        </filter>
        <radialGradient id="grad1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
          <stop offset="0%" style="stop-color:rgb(255,0,0); stop-opacity:1" />
          <stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:0" />
        </radialGradient>
        <radialGradient id="grad2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
          <stop offset="0%" style="stop-color:rgb(255,255,0); stop-opacity:1" />
          <stop offset="100%" style="stop-color:rgb(255,255,0);stop-opacity:0" />
        </radialGradient>
        <radialGradient id="grad3" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
          <stop offset="0%" style="stop-color:rgb(0,255,255); stop-opacity:1" />
          <stop offset="100%" style="stop-color:rgb(0,255,255);stop-opacity:0" />
        </radialGradient>
        <radialGradient id="grad4" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
          <stop offset="0%" style="stop-color:rgb(0,0,255); stop-opacity:1" />
          <stop offset="100%" style="stop-color:rgb(0,0,255);stop-opacity:0" />
        </radialGradient>
      </defs>  
      <rect width="100%" height="100%"  style="fill:gray;stroke-width:1;stroke:rgb(0,0,0)" />
    
      <circle cx="300" cy="200" r="300"  fill="url(#grad1)" >
        <animate attributeType="CSS" attributeName="opacity" from="1" to="0" dur="5s" repeatCount="indefinite" />
      </circle>
      <circle cx="700" cy="600" r="200"  fill="url(#grad2)" >
        <animate attributeType="CSS" attributeName="opacity" from="0" to="1" dur="2s" repeatCount="indefinite" />
      </circle>
      <circle cx="100" cy="400" r="150"  fill="url(#grad3)" >
        <animate attributeType="CSS" attributeName="opacity" from="1" to="0" dur="3s" repeatCount="indefinite" />
      </circle>
      <circle cx="400" cy="700" r="500"  fill="url(#grad4)" >
        <animate attributeType="CSS" attributeName="opacity" from="1" to="0" dur="7s" repeatCount="indefinite" />
      </circle>
    
    </svg>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using WPF 3.5 SP1 and I want to achieve something like this (the
I want to highliht newly-added ListView items with a nice effect. I thought that
I want to use an html parser that does the following in a nice,
Hopefully a nice simple one. I've got a php3 website that I want to
I have a traceback object that I want to show in the nice format
Suppose I have a table that contains valid data. I would like to modify
I would like to achieve the ease effect with Jquery's draggable. But I did
I want to rebuild this functionality: http://www.iphonetavern.com/wp-content/uploads/2009/05/screenshot_buttons.jpg That means, when I click a button
i have seen a nice sliding effect in this site: http://www.fnxcard.com/ browse to the
I have a simple quiz application and I want display a nice timer /

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.