Jump to content
Search Community

Ravi Variar

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Ravi Variar

  1. Hi all:  I am trying to write a study app for my children that will have Text animation (potentially cursive with SVG text)  and the sentence gets read out to help them learn online better.

    This can also have math equations in SVG animated with voice over,  or diagrams etc.

    Please advise if there is a starting point for this.  I have subscribed to Club Greensock for this purpose to use all the tools.

    thanks a lot for the help

    thanks

    Ravi. 

  2. I have one SVG that is a software architecture diagram with different groups containing rectangle, text, arrows, circles.  I am animating this using GSAP and adding audio at appropriate intervals.  So,  if for example SVG becomes Opacity 1 initially the child elements of one group need to be displayed one by one (with narration, still working on audio linking).   During animation if a sub-group has to brought upfront the others opacity reduction will provide appropriate focus.  I do not know how to use RGBA   thanks 

  3. 21 hours ago, Ravi Variar said:

    t3.fromTo("#divsvg", { opacity: 1 }, { opacity: 0.25, duration: 1 }) .to("#gDSPolyTitle", 2, { x:

    Yes thanks,  I can only use visibility and completely hide at the group or div level.  this the child can override and be visible.  

  4. 2 hours ago, Ravi Variar said:

     

    Thanks Shaun,  this is the behavior that I saw during experimentation,  I could go lower than the parent opacity.  Unfortunately if I keep at same level then the grouping is lost.    Is there any other property that can be used?  I have tried visibility, autoAlpha etc.  while keeping the hierarchy looks like all of them can only go to the parent level.  I thought visibility gets over-ridden but somehow hiding the parent the child does not get shown.  Not able to use that either.  Appreciate your message Thanks, 

  5. 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...