Jump to content
Search Community

Warnings in console while using gsap.from() with immediateRender: false

Filip Michalowski test
Moderator Tag

Recommended Posts

Hi,

 

I'm getting many warnings in console while using gsap.from() with immediateRender: false on DOM elements (CSSPlugin).

gsap.from(".box", {
  opacity: 0, 
  y: 100, 
  duration: 1,
  immediateRender: false
});

warnings:

"Invalid property" "duration" "set to" 0 "Missing plugin? gsap.registerPlugin()"
"Invalid property" "repeat" "set to" 0 "Missing plugin? gsap.registerPlugin()"
"Invalid property" "delay" "set to" 0 "Missing plugin? gsap.registerPlugin()"
"Invalid property" "ease" "set to" 1 "Missing plugin? gsap.registerPlugin()"
"Invalid property" "overwrite" "set to" false "Missing plugin? gsap.registerPlugin()"
"Invalid property" "data" "set to" "isFromStart" "Missing plugin? gsap.registerPlugin()"
"Invalid property" "lazy" "set to" false "Missing plugin? gsap.registerPlugin()"
"Invalid property" "immediateRender" "set to" false "Missing plugin? gsap.registerPlugin()"
"Invalid property" "stagger" "set to" 0 "Missing plugin? gsap.registerPlugin()"

it started with version 3.3.0

See the Pen wvMoLZg?editors=1111 by filmic (@filmic) on CodePen

  • Thanks 1
Link to comment
Share on other sites

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