Share Posted June 24, 2015 Hi, I was wondering if it's possible to animate the webkit-mask-position property using the CSS plugin. And if so how would I reference it? Would it be maskPositionX or something? Thanks! REF:https://css-tricks.com/webkit-image-wipes/ Link to comment Share on other sites More sharing options...
Share Posted June 24, 2015 Check out this thread that does something similar. Because this is for webkit, you need prefix it with that. I haven't tested this, but it should work. TweenLite.to(myElement, 1, { webkitMaskPosition: "100px 100px" }); Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now