Jump to content
Search Community

leolo69

Members
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

1,492 profile views

leolo69's Achievements

14

Reputation

  1. Have a look a codrops.com. There you can find many examples like the one you posted. It's an extremely helpful website with good code examples and explanations. https://tympanus.net/Development/HorizontalSmoothScrollLayout/index2.html
  2. I love using GSAP but Adobe Animate is also a very powerful tool for the banner production. To be honest i never saw the need to combine the two techs. The line animation above can easily be accomplished with Animate CC without having to add GSAP to it. lines.fla.zip
  3. Very interesting. Try using a slider to operate the image compression. At first i didn't check that it was a knob. I find a slider way more intuitive. Keep the good work.
  4. (Sadly) i had a similar experience. After building several very time consuming cartoony like ads (moving eyes, fingers e.g.) for a campaign. For the next job the same client asked for nearly static ads with only fade-in-outs. What should i say. His media company told me the later static one outperformed the first campaign. But as we all know - there is good animation is there's bad.
  5. And it's not only faster but more accurate. Right now i'm working on a responsive sitebar ad (300x600 initial and then all the way 100% width and 100% height responsiveness) For us as ad developer it is quite logic that to do so you have to make some compromises. There will always be some width and height combinations which just look let's call it unfortunate but you have to accept that. Though it's hard to explain the effort you have to put in a responsive ad to make it work 98% acceptable. Often you fix one element / animation overlap which results in another problem for other size variations. Very annoying. I'm always happy when the client himself prefers various static sizes before the one big responsive ad.
  6. It's the first time i see Flexitive. By the look of it (e.g. interstitial ) responsive resize can be handled. But to be honest, 30 EUR a month on top of everything (Adobe, Provider ...) would be way too much for my kind of banner business. I like to code (wanna-be)responsive ads by hand so if something goes wrong i usually know where to find the culprit.
  7. I do mostly banner for the financial sector and for that clientele i can say that business is not as good as it used to be. The good old flash days are long over. Often clients ask for responsive ads (so they can use the same ad for many placements) but only offer small budgets. But when you tell them that by setting up the ad to be responsive you have to develop multiple views (e.g. via mediaqueries) and that this development requires its time. They're not always happy about the cost estimate at all. This is something i have to fight against. Maybe other ad-developers have similar or - i hope - way better experiences.
  8. Sometimes i use 4 divs like in this example. https://css-tricks.com/body-border/
  9. Happy to help. Often less is more and i always have to remind myself, that at the end the message is what's important. So it has to be visible very quick. Animation should put emphasis on the message you want to deliver and never distract from it.
  10. Maybe it would look nice if the letters were to resize from a smaller size to the end size. Also using e.g. three planes which fly staggered could be some idea. So the animation doesn't take that long to finish and you get some more action Just my two cents.
  11. I already told the client that i'll work with two images (One blurred and sharp version of the image) and do a simple fade. Regarding the file size i tested svg-mask. Quite impressive. Normally i use Animate CC to mask a compressed jpg. So i can have "lightweightness" and transparency together. Thank you again for you help!
  12. Thanks somnamblst. I'll look at those. I just was curious if anyone who uses svgs in ads encountered problems. I think the cpu usage is the main obstacle.
  13. Thanks for your response. The example i send is an example the publisher provided and not something i set up. My intial question was about svgs especially blur filter and if someone uses filter often and could share his experience. The sitebar question was me looking for someone who is familiar with this ad format. A while back i did some very detailed cartoon style animations (many separate png-pieces pro cartoon-person and responsive typo animations) .. that was something i would call more sophisticated animations. I'll surely try the tipp you gave with the positioning. Many thanks.
  14. Yes, there might be a difference between terminology. I have made a few expandable ads also. But the dynamic/responsive Sitebar is a beast of its own. Look here https://www.united-internet-media.de/de/showroom/adgallery/ad-live-preview/paypal-gmx-sitebar/livepreview.html . The challenge is, that the user can scale the browser as he pleases and the ad has to do its magic to look always fine. If you only use plain fadeIn/Outs you can get away with pure css, but if the animations and texts are more sophisticated than you are stuck with mediaqueries, calculating ratios (height/width)... Really a pain in the ... The 80/100kb limits came from the media agency which are in contact with the publishers. Though Sizmek and others sometimes accept heavier files at the end the owner of the site the ad is published on has the last say.
  15. Have you ever setup a responsive sitebar? Here in Germany it's a popular format. Minimum size ist e.G. a 300x600 halfpage and from there you can change its size by changing the browser size. In Animate i solved it by using an onResize handler and various if statements regarding browsersize and ad-width-to-height-relation. Hard to explain to the agency that responsiveness is not build in in every ad from the beginning.
×
×
  • Create New...