Jump to content
Search Community

Oliver Müller

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Oliver Müller

  1. More than Happy, love your work. I use it every Day. OSUblake is right, batch processing would be fantastic
  2. By the Way, uploading gif-files often result in "An error occured"
  3. I noticed just one tiny little UI thing I think it could be useful to place div.card card-hero somehow sticky or fixed. So users don't have to scroll to see the result of their changes!
  4. Hi Christoph, I really love the tool! I'm now using it on a daily basis. VERY USEFUL and the results are really astonishing (especially the transparent jpg trick)! Thanks for your great work!
  5. There is no need to use GWD for DoubleClick. The Banner requirements depend on which DC Environment you will upload your Banner Ads. There are: Double Click for Publishers DoubleClick Studio DoubleClick Campaign Manager Will you upload directly to DC Environment or are you or your Customer using a Third Party Template to upload your Banner Ads? If this is the case, there may be other banner specifications to follow.
  6. @tekkon Hi, anivendo is still under development, currently in alpha Version. There will be a Mac Version. Unfortunately, I am very busy with other Projects right now, so I am not able to leave a roll-out date. But I will definitely roll-out a Mac Version this Year. I develop anivendo mainly for producing HTML5 animated banner ads and put the focus on easy handling and a fast workflow. anivendo exports banner ads whose code is very easy to edit and understand. This is a big difference to Animate CC. anivendo can not really be compared to the functionality of Animate CC yet. For everybody who's interested: There will be an update by the end of June, in which anivendo contains an ease customizer.
  7. @OSUblake Unfortunately I got a little bit stuck on paper.js as it comes to store a complete path (curves, segments and handles) to localStorage and add it later to a new Path. Do you have an idea on how to achieve this? NEVERMIND, I figured it out!!!
  8. Thank's Jack...Perfect, I meant the class And - of course - I will upgrade license before charging anything
  9. @GreenSock Hi Jack, is it allowed to make use of custom ease in my Application anivendo? https://www.anivendo.com Cheers Oliver
  10. Hi @OSUblake, I'm just wondering if I can use your "Custom Ease Test" codepen as the basis for an ease visualizer in anivendo https://www.anivendo.com ? Are you okay with that? Cheers Oliver
  11. it's a zip-Archive which contains the exe-File. Please unzip using for example 7-Zip(https://www.7-zip.org/)
  12. You can download it here: https://www.anivendo.com If you encounter any Problem, please leave me a note!
  13. anivendo is now fully documented! https://anivendo.com/docs/ Questions, Bug Report and Improvement Suggestions can be made via anivendo Community Forum https://anivendo.com/community/ I decided to allow direct Download of anivendo alpha-Version via Homepage. https://www.anivendo.com
  14. "Cycle property for staggered animations" Instead of defining a single value (like x:100), anivendo (actually TweenMax) defines an Array of values to cycle through (like cycle:{x:[100,-100]}. Example: tl .staggerFrom(['#element1','#element2','#element3'], 2.5, {cycle:{x:[100,-100]},ease:Power0.easeNone}) Right now this is the only cycle functionality anivendo supports. "Enhanced Loop Functionality" There are two Options: 1) Loop within Main Timeline 2) Loop in Extra Timeline 1) If you check loop and leave checkbox behind PLUS-Icon empty anivendo adds "repeat, repeatDelay and (if checked) yoyo:true" to Element Tweening Example: tl .staggerFrom(['#element1','#element2','#element3'], 2.5, {cycle:{scaleX:[0.2,-0.2]},ease:Power0.easeNone}) // This is the Loop Element .from('#element1', 0.5, {rotation:270,ease:Back.easeOut.config(1),repeat:3,repeatDelay:0.5,yoyo:true}) // --------------------------- .to('#element3', 2.5, {autoAlpha:0,ease:Power0.easeNone}); 2) If you check checkbox behind PLUS-Icon anivendo creates a new Timeline like: var loopScene2 = new TimelineMax({repeat:-1,repeatDelay:0,yoyo:true }); loopScene2.from('#element, 12, {rotation:360}); -> which will cause an infinite Loop of the Element during the whole Animation progress!
  15. @emmanuelulloa Sorry for responding that late, I think it is time to write a detailed "How to use" Documentation. This will be the focus for this week and will be available next Monday on "Wiki" Section within anivendo.com I also think of a video that explains anivendo using an example banner containing all Tween possibilities.
  16. __________________________________ 03-16-2018: UPDATE [alpha 0.0.39]: __________________________________ fixed bug in change multiple Elements fixed bug in Save As Dialog fixed bug in fromTo Tween fixed Bug in multiple Selection changed multiple Selection from "holding STRG-Key" to "holding SHIFT-Key" (due to Mac compatibility) ____________________________________________ 03-15-2018 --- UPDATE alpha [0.0.38] ____________________________________________ Hi Guys, this is just a quick Note to get you updated. Today I released an anivendo update containing: Additional AdFormats in Export Dialog Custom AdServer Environment Cycle property for staggered animations Enhanced Loop Functionality Image Positioning Proportional Image Resizing For further Information please see https://anivendo.com/progress/ Please feel free to leave a Comment. I'd love to hear what you think" To update anivendo simply start it. Auto Update will start automatically! Cheers Oliver
  17. Wow, LICEcap was new to me. Perfect solution, very useful. Thank's for sharing!
  18. Regarding this Info, I am wondering why AdWords Asset Validation is still pointing out this Warning:
  19. Hello Guys, I am trying to ad Sizmek Export to my App. As I do not have access to Sizmek, is there anyone here who can test attached ad on Sizmek compatibility? Thanks in advance! SizmekTest.zip
  20. Okay, you guys convinced me, I will implement resize function. Edit it in the source code is not an option
  21. @Web Dizajner Thank's for your Comment and Not a Problem Resizing and Positioning by numeric input is not possible right now. And to be honest, I never needed image-resizing in the past as I always use images exactly how I need them, to keep the file size small. On top comes, that anivendo - in this state of development - doesn't support responsive Banner Ads. But of Course, I understand that users do want that kind of positioning and it will be implemented in upcoming Version. Regarding Resizing, I am not sure... what do you people think about it? Is it really necessary?
×
×
  • Create New...