Jump to content
Search Community

Matt Severin

Business
  • Posts

    56
  • Joined

  • Last visited

Posts posted by Matt Severin

  1. I had a pretty steep downturn in mid-2017 to mid-2018 where I was doing 1 banner campaign per quarter and switched gears to focus on After Effects and social content.

    After that year my banner work has come back to make up 40-50% of my work, that's held pretty steady. I notice a trend where tech/product companies have embraced banners and are really doing nice, aesthetic pieces.

    I do find institutional knowledge is being lost in other departments - creative, producers, account. I have to do a lot more hand holding to sell through or produce a banner. I am a semi producer these days int hat regard. Surprisingly too I don't get asked to do much programmatic or responsive, I mean responsive takes as much time to execute as making 4 separate sizes anyway.

    • Like 3
  2. Does anyone on this forum have experience building banners for Criteo? I'm getting incomplete answers from their account team but one restriction is - 'No third-party (outside Criteo Servers) JavaScript is called.' and I can't get an answer if there is a Criteo hosted CDN for Greensock. If anyone out there has experience working with this vendor, please lmk if you're aware of Greensock being hosted on their servers.

  3. Hi all I'm positing on behalf of a producer friend who I have worked with on numerous projects. She works for the creative department of a major tech/hardware company that has ongoing need for an HTML5 banner dev. While I don't have details on budget you should be able to request a rate commensurate for a tech company in a metro area.

    Note: The job is on site, Playa Vista area. Please email me at matt.severin@motionmixtape.com and I will put you in touch.

  4. Is this appropriate to post here? It's not GSAP specific but I don't know any other forum where banners are discussed actively.

    I've noticed banner work dropping precipitously, for me personally, fortunately I do After Effects and that makes up a bulk of my workload now. 

    What are your experiences?

  5. I can't seem to find anything for this online.

    I want to run a tween on multiple instances named with a number convention, like so (I'm using a syntax that I remember from the as2 days) -

    for(var i = 0; i < 40; i++){
        t.from(this.["myInstance"+i], 1, {scaleX:0, delay:i});
    }

    But I don't know how to replace this.["myInstance"+i] with the proper canvas syntax.

  6. I use Animate CC. For me it is the luxury of time. Do you have it?

    Yeah, totally, I have the Adobe suite. Oddly my same reason for not using Animate is time.

     

    I have a very specific workflow that is very fast, and I don't have a strong urge to explore others (major exploration over the past 2 years have brought me to my current workflow).

     

    At the same time I don't want to ignore the mentions I'm seeing.

     

    The real, real reason I'm skeptical, at least for personal use is... When I first got into banners/Flash I found resizes to be tedious when using timeline animation. I took to GSAP because I was able to recycle coded animation into resizes way faster than readjusting timeline animation. Resizes went from hours to an hour or less in many cases.

     

    I ported that workflow into my hand coded HTML banners. I can do resizes super fast because I barely have to change anything other than my dimensions (of course there are other tweaks but 4 out of 5 times I don't have to do much).

     

    Also, I use grunt and npm so I don't have to go outside my dev environment to compress images, make spritesheets, etc.

     

    So, I'm not interested in Animate from a timeline animation pov because I've completely forgone timeline.

     

    Conversely integrating GSAP into Animate, to me, is pointless because I'm already coding and don't see the advantage of adding another application into the workflow.

     

    I also assume I can make a smaller banner in k size, by hand coding vs coding in Animate. Is this perception wrong?

     

    I do understand that Animate provides a stage to work on, but I often don't need a stage. I don't have to position my assets in CSS because I make all my assets the same dimension as the banner (except special cases, like if I need to spin a wheel, etc). And I can do automatic spritesheet generation with spritesmith.

     

    Please note, I'm not complaining about CC or others' workflow, I just wonder what the advantage is, and how common it is to use in the industry. I'd learn it so that it didn't preclude me from a large chunk of work.

    • Like 1
  7. Regarding banner dev I'm in a bubble.

     

    I work from home, my remote coworkers and I are all either Flash expats who now hand code banners or are front end devs that have learned banners.

     

    But... I'm also noticing an uptick among some former Flash colleagues touting Animate CC. I feel like they're anomalies, but I could be wrong.

     

    I've barely explored Animate. I don't desire to.

     

    But I also don't want to ignore a tool if it has a sizable presence in the industry. I'd hate to not get a job because a studio uses Animate and I don't. I pride myself on knowing many disciplines and solutions.

     

    My question is... How many of you out there are seeing Animate used as the primary platform for banner development? In studios/departments, among colleagues etc.

     

    Is it common, is it rare? Is it 50/50
     

    Note: I realize this forum skews towards hand coding, but we all see what our friends are doing, i want to know what your friends are doing.

    • Like 2
    • Thanks 1
  8. Hi all, in the near future my department will be practicing gitflow when versioning our banner projects.

     

    The standard gitflow branches are nice. But I wanted to find out if any of you have discovered modified workflows serve banner development, since, banner dev isn't really analogous to software development. 

    I look forward to your thoughts.

    • Like 2
  9. I'll also probably use Raphael to remove the paths when they are off screen. I currently need to add them and remove them dynamically or else I would've had a 'pre-rendered' row.

  10. Hey Carl, thanks for the second piece of advice, I've added a pause and a clearinterval a few seconds in to my local copy after I submitted the codepen. The real animation isn't infinite (I promise!) I'll put the pause/clear in my codepen as well.

    • Like 1
  11. Hi all, I am adding svg shapes to the DOM using Raphael and setInterval().

     

    I notice when I toggle away from the main browser tab to another tab, then I toggle, and the back shapes pile up on each other.

     

    Any suggestions on how to avoid this?

     

    Edit: I've added a clearInterval() to stop the animation, svg generation after 10 seconds

    See the Pen dMPxzo by mattparkerseverin (@mattparkerseverin) on CodePen

    • Like 1
×
×
  • Create New...