Jump to content
Search Community

Fluid SVG animation with filter + random duration flickering

chailandau test
Moderator Tag

Recommended Posts

Hi chailandau,

 

First off, you're random duration thing here does nothing, nor is it even scoped correctly due to the arrow function. But we can worry about how to due random durations later.

 

onRepeat: () => {
          this.duration(randomDuration);
        }

 

As for the flickering, it might be a browser rendering issue. Try isolating what the problem might be. My first guess would be those filters.

 

  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...