Jump to content
Search Community

motion blur with svg gaussianblur (tween only the x value)

defransekamer test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

I would like to add some motion blur  on a div with SVG filter

 

for example:

<feGaussianBlur id="hue1feGaussianBlur" in="SourceGraphic" stdDeviation="0 0" />

 

to

 

<feGaussianBlur id="hue1feGaussianBlur" in="SourceGraphic" stdDeviation="30 0" />

 

But how do i tween only the first value of the stdDeviation?

 

i would guess it should bes something like this, but i get an error:

tl.to("#hue1feGaussianBlur", .3, {attr: {stdDeviation: "30 0"}},0);

 

See the Pen zXWBMZ by roderickrey (@roderickrey) on CodePen

  • Like 1
Link to comment
Share on other sites

  • 11 months later...

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...