Jump to content
Search Community

Search the Community

Showing results for tags 'document'.

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

Found 2 results

  1. Hi, I noticed a few mistakes in the learning document. https://gsap.com/resources/get-started#transform-shorthand rotation: "1.25rad"——Using Radians - no CSS alternative: CSS <angle> values can use the rad unit. repeat: 2——animation-iteration-count: 2: It should be animation-iteration-count: 3. delay: 2——animation-delay: 2: It should be animation-delay: 2s.
  2. I am having some troubles with the document.querySelectorAll() because, I don't know why, it doesn't work when I add more than one class or ID. So, this is what I want to achieve: http://codepen.io/sonder15478/pen/PpJqKN But there's a lot of code that I wouldn't need if I use document.querySelectorAll(). This is where I get stuck: http://codepen.io/sonder15478/pen/xqXGXm I also tried with getElementsByClassName(), but it didn't work either... Any ideas? Thank you!
×
×
  • Create New...