
Sweetj77
Members-
Content Count
11 -
Joined
-
Last visited
Community Reputation
0 NewbieAbout Sweetj77
-
Rank
Member
-
Hello, I love your products and everything Greensock stands for. Your products are top-notch, and the customer service is as good as the Kinko's customer service is bad. GreenSock customer service is like "Bizzaro Kinko's Customer Service." In other works: GreenSock - "Totes Awesome Sauce" Kinko's - "The Hangover 2 & Indiana Jones 4, kind of awful" I am trying to come up with the most efficient and "zazzy-licious" way to put in the background of one of my website page, the scrolling code that you see on computer screens in the background of movies and tv shows.
- 1 reply
-
- javascript
- greensock
-
(and 8 more)
Tagged with:
-
Thanks Carl. You never cease to amaze me. Ur a stone code, coding pimp
-
Thanks Carl, You're the best...but that's a given. 'Laterz, J
- 7 replies
-
- greensock
- javascript
-
(and 8 more)
Tagged with:
-
Hello, I love your product and think it's intuitive and powerful. I am working with the CSS Transforms and I am working with the bottom example under the section: transformOrigin example at: http://www.greensock.com/css3/ with the code: TweenMax.to(box2, 3, {css:{rotationY:360, transformOrigin:"left 50% -200"}}) It works fine for that one square, but I am trying to figure out how to space items evenly around the "imaginary sphere" that the cube is rotating around.I tried putting both a delay of like .15 on the second cube. That kinda-sorta worked. I also tried putting a
-
Carl, Thank you so much for posting those downloads. For some reason, when I open the html file for all the examples in my browser, the graphics are there but the progress slide bar isn't there and the animation doesn't work. I noticed you referenced jquery in the examples. Is it absolutely necessary, to use jQuery to make these transitions work. The reason I ask is that I don't know jQuery and would prefer to do var varName = document.GetElementById('DivIdVariableNameHere') instead. Do you have any idea what I'm doing wrong? Thanks, J
- 7 replies
-
- greensock
- javascript
-
(and 8 more)
Tagged with:
-
Hello, I love GreenSock, it's a phenomenal product. I am a Flash Developer migrating to HTML, Canvas, CSS, and Javascript web designing. The Javascript versions are excellent. The one challenge I am having is trying to make the CSS 3D Transformations work. I looked at the demos of how powerful these transformations can be at: http://www.greensock.com/transitions/ http://www.greensock.com/css3/ and the "CssPlugin" section of your documentation at: http://api.greensock.com/js/ But, unfortunately I see a whole lot of small snippets of code (i.e. the trailer for a reall
- 7 replies
-
- greensock
- javascript
-
(and 8 more)
Tagged with:
-
Thanks, dude! I've seen some posts about KineticJs. I'll have to look more into it. Have a great day, J
- 2 replies
-
- Javascript
- js
- (and 7 more)
-
Hello, I've been working with the Javascript version of GreenSock v 12, EaselJs, and the Canvas element. I know that the Actionscript version of Greensock has a CircluarPath2D or something something like that, but I've searched Google and the Greensock forums and cannot find a way of actual animate the drawing of a shape like in Flash. I've seen tons of examples on "Transforming" shapes, and the drawing of shapes and then put them on the screen, but not any actual on-screen animated drawing of a shape/bezier. I also, looked into svg, but did not see an option there. Is it possibl
- 2 replies
-
- Javascript
- js
- (and 7 more)