Jump to content
Search Community

maxtherocket

Members
  • Posts

    1
  • Joined

  • Last visited

maxtherocket's Achievements

0

Reputation

  1. 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?
×
×
  • Create New...