Jump to content
Search Community

ajnglagla

Members
  • Posts

    9
  • Joined

  • Last visited

ajnglagla's Achievements

  1. I have solved my problem with putting "var" front of it. Thank you var color = {h:0, s:50, l:50};
  2. I have tried your solution but no change. So I opened a new ticket about this error as you said. http://greensock.com/forums/topic/14209-referenceerror-assignment-to-undeclared-variable-color-error/ Thank you @Jonathan
  3. I am having this error when I try to change the color of a text. Do you have any idea why? Do I need extra plugin library for that? I am using 1.18.2/TweenMax.min.js Error: ReferenceError: assignment to undeclared variable color color = {h:0, s:50, l:50}; Screenshot: The code that gives me error: color = {h:0, s:50, l:50};
  4. I am having this error :/ Do you have any idea why? Do I need extra plugin library for that? ReferenceError: assignment to undeclared variable color color = {h:0, s:50, l:50};
  5. Thank you so much, that works ! , Also I have one more question, is it possible to use / choose pre-defined colors in hue animation?
  6. Hello, I want to make a simple changing color text with hue effect / animation. (Green to red, red to yellow, yellow to blue etc..) Is this possible in GSAP? Cuz My code is giving this error. Only TweenMax.min.js included in my site, no other plugin. Do I need another plugin to do that? ReferenceError: assignment to undeclared variable color color = {h:0, s:50, l:50};
  7. Thank you so much for help. I just started to GSAP and its really cool.
  8. is it possible to make this with a 100% width container?
  9. Hello, I am new on GSAP, I have 2 boxes, They have spesific different starting point. Basicly I want them marquee on the screen. But my problem is this 2 boxes always arrive the "final point" at the same time :/ I want them have their own constant speed. They shouldnt move together, 1st box should be front of the 2nd one. How can I make this right, any suggestion please?
×
×
  • Create New...