Jump to content
Search Community

ohem last won the day on April 23 2017

ohem had the most liked content!

ohem

Members
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    1

ohem last won the day on April 23 2017

ohem had the most liked content!

Recent Profile Visitors

8,406 profile views
  1. On a Mac, you can drag numerous folders into Archive Utility all at once, & it will zip them each individually.
  2. Hi, I have some text which I'm vertically centering using top: 50%; transform: translateY(-50%); I figured it would be better to set it using GSAP to avoid prefixes & have it work cross-browser. So I switched to this: .set(".headline", {top: "50%", transform: "translateY(-50%)"}) While it works great in Chrome, for some reason it does not set the alignment as expected in Firefox. Is there a way to fix this, or should just I do this part in the CSS? Here's a simplified example: https://codepen.io/ohem/pen/yLOVEmE Any suggestions are appreciated.
  3. Thank you for the extremely fast response! That works perfectly. (I wonder why "background" was causing problems though?)
  4. It's been a while since I used GSAP, but I'm using it again for a current project. I've been using some variation of the same button rollover animation/reverse code for years, so I updated that for GSAP 3 and added it to my project. Everything works fine in Chrome, but in Firefox (on a Mac), on mouseout, the button's background color disappears instead of changing back to its original color. I put together a simplified example on Codepen here: https://codepen.io/ohem/pen/WNwNaMx Does anyone know how I can fix this? Any help would be much appreciated!
  5. I wish anyone had been willing to discuss this... I still have no idea how to decide on an appropriate flat rate, so I just always end up charging hourly.
  6. https://codepen.io/GreenSock/pen/WQjRXE
  7. Can you point them to this documentation? https://support.google.com/google-ads/answer/1722096?hl=en
  8. The feed input should be fine. Leave your bindings as is; just do a find and replace (command shift f) to update the span tags, or you could do it manually if you want to.
  9. FYI you should get rid of the existing GWD timeline animation before trying to animate with GSAP; otherwise GSAP will be fighting with the existing CSS and you might run into weird conflicts (plus it's pretty messy to edit). As Jack mentioned, <span> elements are inline elements, so transforms won't work on them, but you could set them to display:inline-block to animate with transforms. Or why not just use <p> instead of <span> for your text?
  10. Hi everyone, I was just curious how most freelancers decide how much to charge. I often see the advice to charge flat project-based (or deliverable-based) rates, and it makes sense. I mean, with an hourly rate you're basically punished for being fast. But... how do you decide how much a banner is actually worth? Does anyone have a sense of what kind of price range most companies (in the US) would consider typical/reasonable? I get the impression that larger agencies don't mind paying a lot to outsource to production studios/shops, but when it comes to individual freelancers, they might not be so generous. I'm never really sure how much is appropriate to charge so I've always shied away from flat rates, but the idea seems appealing... so I was just curious what kind of methods you all use for determining market rates. Any insight is appreciated! *Edited to add an anonymous poll
  11. It really is as simple as including a link to TweenMax and then starting your animation after the ad initializes (the animation code does not need to be any different than usual for GWD). Here's a step by step article on Medium: https://medium.com/@alexcleary/google-web-designer-and-greensock-c11473130184 To keep things cleaner, you can also keep your animation in an external JS file.
  12. Cool concept! I did get the same two errors as Davi on a few banners I tested, but I would definitely be interested in a product like this once the kinks are ironed out.
  13. I think the templates are still here if you filter by dynamic: http://richmediagallery.com/create/templates
×
×
  • Create New...