Jump to content
Search Community

Search the Community

Showing results for tags 'scale not working'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. Hi ! I got this simple JS lines tl = new TimelineLite(); tl .from(A_shape_intro, 2, {scale:4, ease:Expo.easeOut}) <--- this line is not working .call(runTimelineAnim, [arrayAnim, runingPattern]) .staggerTo("#logo svg:not(svg[data-elem='A_shape2'])", 1, {opacity:1, top:0, ease:Expo.easeOut}, 0.2, "+=1.5"); SCSS svg[data-elem="A_shape_intro"]{ top:0; transform:scale(1); opacity:1; } Problem: My "A" svg shape is suposed to scale out from 4 to 1, but there is nothing animated, the A apeared scale to "1" value without any animation. It used to work, but for some reasons its not working anymore. Why ? PS: the console is clean, no JS errors.. Thanks for answering me ASAP !
×
×
  • Create New...