Jump to content
Search Community

erik last won the day on November 11 2012

erik had the most liked content!

erik

Business
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by erik

  1. Yes the demand seems to be increasing as Google is continuing to roll out their policy changes for HTML5 ads for new Google Ads accounts.
  2. I just want to mention that if you're looking to create AMPHTML banners, TweenUI now supports exporting amp ads. So there's actually a way to use Greensock to build amp ads - since TweenUI itself is built on GSAP (but the amp banners do not have any GSAP in them).
  3. Hi all, I wanted to let you know that you can now use TweenUI ad tags to run banners on the Sizmek DSP. This means you can create and publish, and later edit and re-publish banner ads and any changes will go live instantly. Also, TweenUI has been getting a facelift lately and some features have been greatly improved. Check it out at tweenui.com/animator and I'd love to hear any feature request or feedback. And yes of course — it's all GSAP powered. Regards, Erik
  4. Hi everyone, Just wanted to let you all know that our HTML5 banner builder (of course, powered by Greensock) now also supports exporting zip files for Sizmek MDX 2.0/SAS and DSP platforms. We previously already support Adwords and DoubleClick compatible exports. Zip export for the different platforms requires a paid subscription, but just send me a PM if you want to test this feature out - and I'll set you up. Check out the tool on http://tweenui.com/animator and let me know what you think. As always, I'm very interested to get the feedback of this community. Keep on Tweening! Erik
  5. If you haven't already, feel free to check out our gsap banner ad builder. We currently support exporting for AdWords, DoubleClick and Atlas Solutions and we're working on Sizmek support which will hopefully be out soon. Try it at https://tweenui.com/animator and let me know what you think. Also, just ping me if you want a professional account for testing things out.
  6. Hi guys, We're constantly working on improving TweenUI and would love to get feedback. Check out the tool at https://tweenui.com/animator/ and let me know what features you want.
  7. This new HTML5 creative format is good news! Finally we don't have to use the awkward HTML5-to-DFP tool anymore. For us, this also means that we can provide one download format for DoubleClick and it works for both DCM and DFP. @cshindelbower: I just tested uploading a HTML5 banner created with TweenUI into DFP with this new creative format and it works perfectly with the Google CDN GSAP.
  8. @emmanuelulloa: Nope, no reason We will absolutely look into exporting for Sizmek and FlashTalking. Atlas solutions is supported today, along with AdWords and DFP. If there are other platforms that would be useful to export to, let me know and we'll try to get it done.
  9. I totally agree with you about fixing the easing options. About animation: the general idea is that the playhead is used to control if a change should set the start or end value of an animation. If the playhead is positioned before the animation bar, the start value is changed. With the playhead positioned after animation bar, the end value is changed. But I like your idea, perhaps this can be better visualized by highlighting the start/end of the animation bar. Thanks for your feedback.
  10. After you've added an animation, you can double click the red animation bar in the timeline to edit easing, start time, end time. This needs to be more obvious, thanks for asking.
  11. @fadyhenen: The tool is free for personal use, but if you want to use it for commercial purposes, we ask you to sign up for a paid plan. If you do, you can download/export an unlimited number of banners. If you want to use our cloud hosting service (Cloud Publish), there is an extra charge based on the number of views/impressions (CPM).
  12. Hi all, I'm the author of TweenUI, a GSAP-based HTML5 Banner Builder in your browser. We recently launched a new version and would really love to get some feedback from the amazing GreenSock community. Some key new features include: - Export for AdWords/DoubleClick - Choose between inline GSAP and Google CDN hosted - Upload fonts (ttf/otf), which will convert to optimized inline woff with only used glyphs included. The tool is free for personal use, but exporting for AdWords/DoubleClick requires a paid plan. Send me a PM and I'll set you up if you want to give it a try. Check out the animator at https://tweenui.com/animator/. Any comments or suggestions would be greatly appreciated. All the best – and of course – happy tweening! Erik
  13. Some quick notes on TweenUI. You actually can edit easing and exact start/stop times for animations by double clicking the animation bar. As for adding and animating more styles, we're aware and working on this. I think Jack hits the nail on the head with the challenge for building a GUI on top of GSAP – ideally you would want to be able to do everything you can do with code - and more - while still keeping it easy and intuitive to use. You're right that we're focusing more on banner animation at the moment, and so perhaps some of the features you want to see in a GUI is not right for us. But even so, the feedback is very much appreciated. I'd love to hear more comments and suggestions for improvements.
  14. Hey azuki, You have to take a look at our banner maker tool! It uses GreenSock and all the js/css is inlined into one file when you use our ad serving feature. Check it out at tweenui.com/animator and let me know what you think! Regards, Erik
  15. I just wanted to add our GreenSock animation editor to this thread for future reference. You can create animations and publish directly to the cloud, or download the resulting source code. Check out our animation tool at http://tweenui.com/animator Any feedback would be very welcome!
  16. @pixeldroid It's not a feature we have today but you if you combine scale and motion animations you can create the same effect. Not so for rotation though. Would it suffice to set the centerpoint for the layer or would you have it be set per scale/rotation animation? @Rodrigo Well let me know if you think of anything! Thanks guys!
  17. Thanks Rodrigo. What's the one thing you're missing in the tool today?
  18. Hello everyone! We've just pushed some major updates to our animation editor that generate GreenSock animation code for you. You can now select multiple layers, see all animations/keyframes in the timeline and drag stuff around to adjust timings etc. As usual you can either publish directly to the cloud or download the resulting source code of your work and build on it further. Check out the tool at http://tweenui.com/animator and let me know what needs improving!
  19. A quick update; as of now, in addition to text and images, you can also add and animate a rectangle layer type.
  20. Hi rhernando, Thanks, I'm glad you got a good first impression Also, thanks for the feedback, being able to fine tune tween start time and duration is definitely something that would be useful. I'm moving that up on the todo list. Let me know if there is anything else you find annoying or missing. Regards, Erik
  21. Hi all, I just wanted to let everyone know that there is an online timeline based animator that lets you produce GreenSock-JS powered animations visually without writing a single line of code. If you still do want to write some code however, you can download the resulting html and js-files and edit them yourself. That way, the tool can be used for creating the general structure of the animation, and you can perfect it with any custom code required. Right now, the tool supports animating text and images. Check it out at http://tweenui.com/animator We'd love to get more feedback from the GreenSock community about the tool. Sincerely, Erik
  22. Hi rhernando, I just wanted to point out that there are at least *two* online WYSIWYG tools for creating animations with greensock js. Check out our tool at http://tweenui.com/animator Any feedback would be very welcome. Thanks, Erik
  23. Hey joe_midi, We've created a visual animator that uses greensock-js for creating html5 animations. You can download the animations as html and js files, or publish to our cloud and use an embed script. Check it out at http://tweenui.com/animator We'd love to hear what you think about it. Regards, Erik
  24. Thanks for the mention Carl, we would love to get more feedback about tweenui from the greensock community. Sincerely, Erik
  25. Hi there sirhclluk, Sounds like you may want to checkout our tool for creating non-flash html5 animations using the greensock platform. You can create and edit animations directly in your browser and download the resulting html and javascript files. The tool is at http://tweenui.com/animator We would love to hear what you think. Sincerely, Erik
×
×
  • Create New...