Jump to content
Search Community

Ravi Variar

Members
  • Posts

    10
  • Joined

  • Last visited

Community Answers

  1. Ravi Variar's post in Parent Child Opacity to be different was marked as the answer   
    Hi all:   I am fading out a div tag.  Next I would like to take an SVG element in the div and make it Opacity 1.  It seems this is not possible please advise.
    It is a simple ask that this diagram fades back and I can then control each element  Opacity separately. 
    t3.fromTo("#divsvg", { opacity: 1 }, { opacity: 0.25, duration: 1 }) .to("#gDSPolyTitle", 2, { x: 50, opacity: 1, delay: 1, ease: "back", });  
    thanks
    Ravi.  
     
    See the Pen LYxMOeq by ravivariar (@ravivariar) on CodePen
×
×
  • Create New...