Jump to content
Search Community

TheShizzolator

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by TheShizzolator

  1. Sorry must of sent yours by mistake http://codepen.io/anon/pen/wIbKH That should be the one
  2. http://codepen.io/jonathan/pen/uHrLn/ Here is my code pen, the css is from the .js file that is part of the edge project, this is the best I could do, I added the position: relative and nothing changed...
  3. Sorry do you know where I can locate the css for my edge project? I can only locate the CSS for the stage with the html document...
  4. Okay I have looked into how to create a codepen pen, how do I find the css properties of my elements? Basically each element is a picture and I would like each picture to be clickable, when each is clicked the other elements around it shift to reveal hidden text, I have not added the code for the text yet. At the moment when I click, nothing happens, according to the code pen video it could be something in the CSS, but I don't know where to find the css for a particular object Regards George
  5. Hi there I have a problem, I have an element that I want to be clickable and when the user clicks it I want TweenMax to shift other element within the stage a certain amount of pixels to the right, here is my code // Gets an element. For example, // var element = sym.$("Text2"); // element.hide(); var element = sym.$("Geyser_Pic"); TweenMax.to(element, 1, {css:{right:"0px"}}); // Gets an element. For example, // var element = sym.$("Text2"); // element.hide(); var element = sym.$("Volcano");] TweenMax.to(element, 1, {css:{right:"150px"}}); // Gets an element. For example, // var element = sym.$("Text2"); // element.hide(); var element = sym.$("HotSpring"); TweenMax.to(element, 1, {css:{right:"100"}});
×
×
  • Create New...