Jump to content
Search Community

Art2B

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

3,220 profile views

Art2B's Achievements

1

Reputation

  1. Hello, I'm trying to scale a div containing an image. The animation is alright and does what I want, but I have a strange blur during the zoom, and after the animation is complete, the image is focused again. I've linked my codepen, I don't know where it comes from, and I try some fixes, but none of them works. Thanks for help, Arthur
  2. Thanks for your answers. It fix a problem, but not a second :/ What about scaling path ?
  3. Here is a Codepen of my problem (my bad, I should post it directly, sorry) http://codepen.io/ABattut/pen/rqhHL I'm working with SVG yes. And in firefox, the transformOrigin don't work well.
  4. Hi everyone ! I got a problem with Firefox. I'm trying to scale dot with transformOrigin set as "center", like in the code below: TweenMax.to(flux, 0.15, {scale: "1", transformOrigin:"center", delay: delayFlux}); In Chrome, I don't get any problem, the dot scale up properly (first gif). But in Firefox, the dot does something weird like in the second gif. I've tried with transformOrigin: "50%" or "50% 50%" without success. Do you have any idea about that problem ?
×
×
  • Create New...