Jump to content
Search Community

Rezpo

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Rezpo's Achievements

2

Reputation

  1. So sorry for the inconvenience, this was very helpful...
  2. Hi, I'm doing this login interactive animation, but for some reason there is a bug when I erase all the content on the inputs by holding the erase key, it doesn't go back to original position as I hope, it dissorder all the elements, but instead if I do it by pressing the erase key once at a time for each character works perfect... Can you help me? My best regards
  3. This is perfect, thank you so much...
  4. Sorry, I'm trying to move the eyes from left to right but as I said, in my research I found that I can only use 'transform' property, so I did try to use transform:translate(); I try doing something like this TweenMax.to('#ojoIZ',1,{transform:'translate(20px)'}); but it didn't work so I try'd using transformOrigin but it doesn't do what I spected
  5. Hi everyone, I'm trying to make a login box with an avatar that follow your text on input box, but i'm having a little problem trying to move groups of SVG code <g></g> I did a little research and found that SVG only use transform: translate(); for moving groups I try'd solving it by using transformOrigin:'4px -2px 0',scale:1.5} but seems to modify the origin every time I type something, so it never goes back to the original origin. I know there must be a correct way for doing this. I hope someone can help me. My best regards
×
×
  • Create New...