Jump to content
Search Community

Sopstance

Members
  • Posts

    5
  • Joined

  • Last visited

About Sopstance

  • Birthday 07/11/1975

Profile Information

  • Location
    Singapore

Sopstance's Achievements

  1. Hi Cassie, Thanks for sharing the post. Unfortunately am noob at understanding coding thus not sure how to implement on my current situation.
  2. Hi, I have a button in the iframe where it will trigger the some animation at the parent window, but im not sure why its not responding to clicked. <div id="redSlideAuto" onclick="parent.autoIn(redSlide);"></div> <div id="blueSlideAuto" onclick="parent.autoIn(blueSlide);"></div>
  3. Hey Carl.. Would you able to provide me an alternative method? Instead of playing the reverse() animation and play the next animation, I am thinking of create a different set of animation (exit) each for exiting before it play the target animation (starting). Thanks
  4. Hi, I am creating a single page website with different sections button. Each section will contain their own set of animation. By default when user first visit the webpage it will load the set A animation. Let say if I am on set A section and I click on set C button, it should reverse the set A animation (onCompleteReverse) and play set B animation. Can anyone guide me how to do it? Thanks!
×
×
  • Create New...