clip property is deprecated in GSAP Posted March 9, 2015 I've been using clip property to create rectangular masks. TweenMax.to(element, 0.5, { // rect(top, right, bottom, left) clip:"rect(0px,150px,150px,0px)" }); I've read that the css clip property is deprecated. Will GSAP be able to poly-fill the clip property to make it compatible with browsers that have dropped support for clip?
clip property is deprecated
in GSAP
Posted
I've been using clip property to create rectangular masks.
I've read that the css clip property is deprecated.
Will GSAP be able to poly-fill the clip property to make it compatible with browsers that have dropped support for clip?