Jump to content
Search Community

ianben

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ianben's Achievements

5

Reputation

  1. ianben

    radial stagger

    Thanks to both for the help. The outcome of all of this will be (I hope) an animated info graphic of an air defence system - so extremely complex, having your help eases the process somewhat! I really need a team on this but at the moment it's just me and, as you have gathered, I'm a novice at this level of animation. Oh well - onwards and upwards!
  2. ianben

    radial stagger

    Ah, right - I will investigate. Still "learning on the job"!!
  3. ianben

    radial stagger

    I haven't reached the codepen stage with this one but are there any suggestions for creating a stagger that displays the individual cells in the attached svg in a radial stagger mode? So, the animation starts at top centre and then works its way around the circle gradually building up the entire circle. Radar_colour.svg
  4. ianben

    Spinning propeller

    You guys are spoiling me now!! Thank you for all the help - I really, really didn't want to go back to Flash!!
  5. ianben

    Spinning propeller

    Great, thank you once again. The support you guys provide is so good and so prompt! I am both enjoying learning Greensock and JavaScript. So much better than returning to the Animate CC environment!
  6. ianben

    Spinning propeller

    Thank you Jonathon - could I ask how do keep a rotation spinning? I can't find any answers to creating a continually spinning object!
  7. ianben

    Spinning propeller

    I need to create a spinning propellor that starts slowly and then speeds up to continually run. Could someone point me in the right direction to begin this please?
  8. Thank you very much - I got to the point where I couldn't see for looking!!
  9. Really sorry about this - I have followed the intro and nothing happens! I am not signed up to Codepen so have attached a .zip file of the root folder. Could you look at it and show me where I'm going wrong please? Greensock.zip
  10. thank you - I will apply myself to this tomorrow- it's been a long and tiresome day! G & T is now soothing my frayed nerves!
  11. This is all I have so far: <!doctype html> <html> <head> <meta charset="UTF-8"> <title>Greensock test</title> <link href="stylesheet.css" rel="stylesheet" type="text/css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js"></script> <script src="/js/custom-gsap.js"> </script> </head> <body> <div class="box"></div> <script src="main.js"></script> </body> </html> So where do I start adding the TweenMax code then? Sorry for being dense on this but I really don't know where to start!
  12. Thank you - I'll try that. My head's in a spin trying to find the right animation tool - Hype, Animate, SnapSVG!!!
  13. This is so basic I am almost too embarrassed to post it but if I want to get started with this I need to understand this first hurdle I encountered. I am using Dreamweaver and have established my folder etc. Following the "Getting Started" video I set up the page, a javascript and CSS page and copied the Download link into the page. When I started to enter "TweenMax" into the js page Dreamweaver didn't recognise it and has thrown up an error warning on the first line of code. Could you please look at what I have done and advise? Greensock.zip
×
×
  • Create New...