
Buster
Members-
Content Count
16 -
Joined
-
Last visited
Community Reputation
0 NewbieAbout Buster
-
Rank
Member
Recent Profile Visitors
1,853 profile views
-
Google DoubleClick and AdWords host GSAP on their CDN
Buster replied to GreenSock's topic in Banner Animation
Actually yes I used the validator and it came through clear even with the original scripts I used. Will these ones still work as is or do they need the doubleclick specific urls? -
Google DoubleClick and AdWords host GSAP on their CDN
Buster replied to GreenSock's topic in Banner Animation
Few newb questions here I need help ironing out. I am currently using the following links to reference greensock and js: <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.5/TweenMax.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script> I am currently preparing my banners Doubleclick, so as I understand it I need to replace these links with the Hosts URLS found here: https://support.google.com/richmedia/answer/6307288 I can replace the TweenMax successfully but there doesn't seem -
Thats great thank you!
-
I need a quick crash course in clickTags! I have some specs from a client and it seems they will be using Flash talking. Click-through Tag Requirements The HTML file must include a meta tag indicating which element in the ad triggers the clickthrough. • Specify the click-through element with a ‘click.through’ meta tag. Insert your HTML file’s clickable element ID where it says myClickableElementId: Format: <meta name=”click.through” content=”myClickableElementId” Ensure the HTML file contains an element with the specified ID. Example: <img id=”myClickableElementId” src=”button.
-
Thanks Ohem... works great!
-
Hi, I have a simple banner animation that I want to loop twice. The loop function will work the problem is I have a button on a different timeline that works independently. So when the banner restarts the button is still there and doesn't reset itself. I played around with some reset functions but in all honesty I have no idea what I am doing. I have pasted the code below with the current 2x loop. Can anyone explain how I can reset the button to start with the begging of the animation on the second rotation? Many thanks. (function(){ var tl1 = new TimelineMax({repeat:2, repeatDelay:2});
-
It's actually just a small graphic (137 X 7) that sit's on a 300x250 canvas. So these methods don't seem to work for positioning individual graphics. This does beg another question... I took this code from a tutorial I was using which used a sprite sheet. I wanted to use individual graphics but I kept the: background: url(graphic.svg) no-repeat 0px 0px; ...even though it is not actually a background. So all my images are lined with that line of code. What would be there proper line of code to use to link separate assets if not using a sprite sheet.
-
I have searched many posts but nothing has worked for me. Getting used to CSS for the first time and I find it frustrating that I have to fiddle the left margin for everything until my graphics look centred. Surely there is an easy way to just horizontal align an object to the stage? This is a 300x250 px banner. What so I need to add? #mySvg { position: absolute; background: url(graphic.svg) no-repeat 0px 0px; width: 131px; height: 7px; top: 158px; left:85px ; }
-
Thank you for your help so far it has been really helpful spotting the stupid mistakes I am making. I have made good progress but I have a couple of questions which will help finalise this. So far I have 2 options for a button both which work but both have issues which I need to iron out depending if its possible. The first is just a straight CSS button no JS required. The problem here is that it causes the GSAP on the button to stop working. The rollover works fine but so I guess I need to find an alternative way to animate it in (fade and scale) at a specific time . Is this possible? h
-
I just realised that I pasted the wrong link to the button I was using. It's actually similar to the example you provide. I still can't get it to work even if I add the JS Query document. I am obviously missing something but since I am pretty much cutting and pasting I have no idea what?! <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GSAP animation</title> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=Open+Sans:800); body { padding: 10px; font-family: 'Open Sa
-
Ah! Simple things... thank you.
-
Ok I have edited this post because since I started I have started to make things work with my own persistence. I have implemented this effect into a banner. https://codepen.io/MAW/pen/wBGvgW Can someone tell me what to add to make it stop after a certain time for example 10 seconds? It seems to have a timeline of its own which I cannot control with the pause function. Also I don't seem to be able to put it on a specific level.. it is always on the top of everything. Many thanks.
-
Hello, I am trying to add a simple rollover animation to a button at the end of my banner as per this example: http://codepen.io/ohem/pen/avybpY This link seems to be exactly what I want but when I add it to my script it fades in succesfully but it doesn't do any rollover animation. For now I have just used #myAd_red" as a test button over the top of my original script. I am a complete novice so if anyone can please spot any errors in my code I'd greatly appreciate it. (the rollover button code is at the bottom but I wanted to keep it in context incase there is some conflicts. Many thank
-
Hello, I am slowly getting to grips to greensock and am enjoying the process but in the meantime I find a lot of tricks easier to achieve using the timeline in Animate. However I am yet to actually create an Ad for commercial purposes using this software because I am nervous about what kind of other code I need to include since I am not sure publishers and alike would be used to the file structure etc and might freak out. This is the only spec I have (see below). Can anyone advise me if it is too risky to create HTML5 banners for commercial banners using Animate at this stage bearing
-
Quick Start: GSAP and Adobe Animate CC (ARCHIVED)
Buster commented on GreenSock's blog post in Learning Center
Can we use the timeline in Animate with Sizmek and Double click? There first thing I saw on their website was this: "Note: Your Adobe Animate project needs to be built with a single frame architecture". Which I assume means everything needs to be coded on one frame? Source (https://support.sizmek.com/hc/en-us/articles/206445016--howto-Build-a-Sizmek-Compatible-Adobe-Animate-CC-Standard-and-Polite-Ad)- 16 comments
-
- publish profile
- template
-
(and 7 more)
Tagged with: