Jump to content
Search Community

fernandofas

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by fernandofas

  1. Hi Petr, Thanks to clarify it. Now I'm gonna do amazing stuff with the plugin. You rock \m/.
  2. Hi there, I'm starting to use DrawSVG and I really can't make the drawing properly. I read the tutorials and watched the videos a few times and all that I need is to make the drawing properly. Firstly, I don't want the text coming up first, I want the drawing happening along the duration of the tween and revealing the text. Please let me know what's is wrong with my pen. It's an excellent plugin and we have the business club here at work, but I'm testing all the plugins before we place into our production. Any help it will be great. Kind regards, Fernando Fas
  3. Thanks Carl, Sometimes an eye from outside can see better a simple mistake. All good. You are a star. \m/
  4. Hi guys, I'm testing the morphsvg and splittext plugins and got something interesting. After read the tutorials and following the videos from the website, my results didn't match the tutorials and I would like to know why. Strangely, when the splittext is running, it grabs all the javascript codes and post it as a text. I'm sure that is not common, but I have no idea atm what's going on. If you could have a look and reply to this treat it will be great. Kind regards, Fernando Fas
  5. OSUblake, You are the master blaster. That's exactly what I'm looking for.
  6. Hi all, I'm wondering if some of you had the time to work out some code for a magnify effect with greensock. Something like this codepen: http://codepen.io/fernandofas/pen/beqGrM Thanks in advance. Fernando Fas
  7. Hey Carl, You are a star. That's exactly what I was looking for. A big thank you to you. \m/
  8. Hi there, I'm wondering if is possible to load an animation with different width and a small delay each time the width gets bigger. For example: This is the original code: The css for the <div cortana_blurb> is set to width: 0; MU.showBlurb = function(){ TweenMax.to(cortana_blurb, .15, {width: 34, ease:Linear.easeNone}), .4; TweenMax.to(cortana_blurb, .15, {width:64, ease:Linear.easeNone, delay:.4 }); TweenMax.to(cortana_blurb, .15, {width:111, ease:Linear.easeNone, delay:.8 }); TweenMax.to(cortana_blurb, .15, {width:144, ease:Linear.easeNone, delay:1.2 }); TweenMax.to(cortana_blurb, .15, {width:204, ease:Linear.easeNone, delay:1.6 }); } What I want is to minimize it to one line code like: MU.showBlurb = function(){ TweenMax.to(cortana_blurb, .15, {width: 34, 64, 111, 144, 204, ease:Linear.easeNone}), .4; } I know it's a trick one, but if there is a way to do it and you guy could help me it will be great. Kind regards, Fernando Fas
  9. Hi OSUblake, You are right. Your code is awesome and your replies are amazing. That's exactly what I was trying to do. You are Master!
  10. Hi OSUblake, Thanks for your reply. I want to make the red box go through the path (first on the left) and the blue box on the path1 (on the right), at the same time. Your example was great, but both boxes are running at the same path. Thank you
  11. Hi everyone, I'm trying to animate two paths at the same time using svg paths and javascript, but seems something is not right with my codes where I can't find out what is missing. I want each box to run on the different paths. Any idea/s what is wrong with this code? See on codepen: http://codepen.io/anon/pen/WrQeOp Thank you very much in advance. Kind regards, Fernando Fas
  12. Hi Dipscom, Thanks for your reply. I'm really struggling on looping the whole animation. I've read many different options, but unfortunately none worked for me. Do you think there is a proper way to make it work? Let's say I want to loop the animations 3 times from start to finish. Thank you very much in advance.
  13. Hi all, I read many posts about loop animation and I manage to make one to work, but I believe there is a better way to do it, so if you can have a look and this demo http://codepen.io/anon/pen/ojJEmx and let me know how to make it better it will be great. Kind regards, Fernando Fas
  14. Hi everyone, You guys saved my life. I managed to make the {{PUB_CLICKTHROUGH}} to work with Adobe Edge inserting the following script after the Edge run time: <script type="text/javascript">var clickTag = "{{PUB_CLICKTHROUGH}}";</script> Thank you all
  15. Hi guys, Attached the banner and the codes implemented. I would like to know if you can have a look and let me know if it's ok please. Kind regards, fernandofas english160x600.zip
  16. Hi somnambist, That's great and I will try it tonight. The only thing that I'm worried is that is not Doubleclick is for Atlas and they have the following rules https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xfp1/t39.2365-6/11057048_1417448581899526_184672838_n.pdf They quite odd in this terms. Thanks you very much so far for your replies.
  17. Hi sommambist, Thank for your reply. I working on banners for Atlas ( a Facebook company ) and they use this link to go through '<a href="{{PUB_CLICKTHROUGH}}" target="_blank"></a>. The syntax for the click event is great, thanks. I'm not sure where to place the link. Shall it be in the "div" after publish or somewhere else? Thank you.
  18. Hi joe_midi, I'm having trouble to implement {{PUB_CLICKTHROUGH}} with adobe edge and my client is not happy at all. Is there for any chance a way to do it with Adobe Edge to make it work? I've tried many different codes and nothing worked at all.
×
×
  • Create New...