Jump to content
Search Community

A few mistakes in the learning document.

hikali

Go to solution Solved by Cassie,

Recommended Posts

Posted

Hi, I noticed a few mistakes in the learning document.

https://gsap.com/resources/get-started#transform-shorthand

 

  1. rotation: "1.25rad"——Using Radians - no CSS alternative: CSS <angle> values can use the rad unit.
  2. repeat: 2——animation-iteration-count: 2: It should be animation-iteration-count: 3.
  3. delay: 2——animation-delay: 2: It should be animation-delay: 2s.
  • Solution
Posted

Updated! Thanks for the heads up!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...