Jump to content
Search Community

How zoom animate for :before and :after element?

Nickicool test
Moderator Tag

Recommended Posts

I'm trying to animate the appearance of an svg icon with a description below it. The icon has a wrapper with the pseudo elements :before and :after with a different background color. I want to animate the zoom of a pseudo element, but nothing works. The background color changes, but the zoom doesn't work.

 

gsap.registerPlugin(ScrollTrigger, CSSRulePlugin);

gsap.to( CSSRulePlugin.getRule(".icon-wrapper:before"), {
        duration: 3, 
        cssRule: {
            transform: 'scale(3)',
            background: 'red'
        }
    });

Help me, please. I don't know what to do.

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