Jump to content
Search Community

bakisb

Members
  • Posts

    2
  • Joined

  • Last visited

About bakisb

  • Birthday 01/30/1969

Profile Information

  • Location
    Istanbul - Turkey
  • Interests
    any related to digital media

bakisb's Achievements

0

Reputation

  1. well, thank you for quick response this is my js file code; var gstl = new gsap.timeline({ defaults: {duration: .5}}) gstl .fromTo('.bg2', {x: '-100vw'},{x: '0vw'}) .fromTo('.habergorsel', {x: '-100vw'},{x: '0vw', ease: 'back'}) .fromTo('.haberbaslik',{scale:'0'},{scale: '1', ease: 'back'},'<') .fromTo('.haberspot',{y: '100vw'}, {y:'-14.1vw', ease: 'power3'},'<') .fromTo('.timefg', {scaleX: '0'},{scaleX: '1', ease:'none', duration: '10'},'<') .fromTo('.bg2', {opacity: '1'}, {opacity: '0'}) and this is the code that I want to trigger the one above, from html file; function BroadSignPlay(){ //set up gsap.timeline.pause() } and it is not working thank you.
  2. Hey There! I am very new on GSAP. ( and also on codes ) I prepare a simple timeline, and I want to make timeline started, when it is triggered from html side. Because, I want to put those pages in a playout system. That is loading pages way before they are going to be at stage, when all the animations already played... But there is a code to communicate to the system, saying, ok its your turn to the page... Which I want to add a trigger code, to start my anims on js file... I tried to find some but there are nothing but the scroll trigger Would anyone helps please... Regards. Bakis
×
×
  • Create New...