Jump to content
Search Community

Adan Rodriguez

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Adan Rodriguez

  1. Hey @Jack! Thank you for the explanation. I have some studying to do. Let me see if I can explain what I think you are saying. So when I define a scope for gsap.context(); Im saying “look for all selector text that are descendants  of this reference” 

     

    but then I’m selecting the Reference itself. Which cannot be a descendant of itself. Is that correct? 
     

    So then following that logic, if I would have selected “.logo” WHICH IS a descendant of the app reference, then it would work correctly? 
     

     

     

     

    • Like 1
  2. Thanks to  @Andy Bui's contribution and adjusting to my needs, I'm getting very CLOSE to the effect I'm looking for: 

    See the Pen gOKpYZo by AdanRod133 (@AdanRod133) on CodePen

     

    but the content is flashing UNDER the content and i'd like it to flash OVER the content. Am I coding this correctly? Is this a conventional approach to solve this problem @Rodrigo? If I remove the "z-index: -1" property, then the div covers the element and the button is no longer clickable. 

  3. Thanks for your time Rodrigo! Lets see if I can explain it a little better. When you click the "Add to watchlist" button, there should be an overlay effect where a transparent green overlay flashes over the content Does that help explain a little better?

     

     

     

    Also: 

     

    Is there a difference between "Masking" and an "overlay"? The green flash effect would be slightly transparent and be blanketed over the top of the content for a quick second. 

     

  4. After searching for answers, I could not find anything with the same context. I am trying to create this effect: 

    See the Pen rNKBbog?editors=1010 by AdanRod133 (@AdanRod133) on CodePen

     on top of the movie container.

    I would like that layered on top of the content after the "Add to watchlist" button is clicked using regular elements, and layering. What is the best approach to this? Thank-you! 
     

    See the Pen jOKEyMN?editors=0100 by AdanRod133 (@AdanRod133) on CodePen

×
×
  • Create New...