Jump to content
Search Community

codi

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by codi

  1. I have been looking at videos for cc animate, but I am unsure if I need animate to accomplish this..

     

    I have a hero image full screen and I am trying to have some text display. not so much animated but as follows

     

     

    <div>

    <span>1</span>

    <span>2</span>

    <span>3</span>

    <span>4</span>

    <span>5</span>

    </div>

     

    and it will just keep switching to the next text. it will only show one word at a time.

     

    where would be a good place to start?

  2. I am using scroll magic a tween max.. I have my teen halfway working it fades in really nice but when you scroll down i wanted it to move up and fade.. do I use css to accomplish this? All the gsap tweens I have seen suggest no.

    var tween = TweenMax.to(".sv-logo", 1, {y: -50});
      new ScrollScene({
        triggerElement: '#scene1',
        triggerHook: 0,
        offset: sceneHeight,
        duration: 1000
      })
    	
    	.setTween(tween)
        .addTo(controller)
        .addIndicators({suffix: "Move"});
    
  3. OK after messing around with scroll magic I decided that I would use gsap so i am new either way to this stuff. i have a hero and i want to animate some text headline like this

     

    Welcome  <--bigtext

    Hope you like the site.. <--underneath

     

     

    I love pizza  <--next etc

     

    I have looked hi an low for a really nice smooth way of doing this.. I seen this https://greensock.com/gsap

    see the banner that is animated with text.. I would like to create this type of animation.. but not sure what they used or where to even begin..

     

     

     

  4. I have been trying to accomplish a nice animation tween and have been unsuccessful, I have tried scrollmagic watch videos no good result, I have been at this for a week and 3 days from stack overflow to the end of google and back still unable to get any help..

     

    this is my jsfiddle https://jsfiddle.net/r9bdrker/24/ it is basic setup,

     

    I have 3 classes .header is my main class, then i have .active   .fixed  . offset

     

     

    when you load the page the default classes should be  header active offset,   then when you start to scroll it should remove .offset and add .fixed this should make the nav slide down smooth..  that part works great.. my problem is when scrolling up the nav dont slide back up and the default links don't return.

     

     

    I am at the point of scrapping it... :-(

     

    so I looked at scroll magic and ran across this in searching any help would be appreciated..

×
×
  • Create New...