Jump to content
Search Community

Brian Cortes

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Brian Cortes

  1. hello guys,  i have problems with safari because my animations are very slow and  in  chrome is very  fast, Can someone help me with this ?

    in this moment I use scrollMagic 

    :shock:
    a example of my  code !!!
    let animationParallax = new TimelineMax()
    .to(".Somos__Header", 20, {y: "-140%", ease: Linear.easeNone})
    
    this.somosScene = new ScrollMagic.Scene({
    triggerElement: ".Somos__Container" ,
    duration: '50%',
    offset: -300
    })
    .setTween(animationParallax)
    .addTo(controller)

     

    See the Pen by (@) on CodePen

×
×
  • Create New...