Jump to content
Search Community

crissxross

Premium
  • Posts

    1
  • Joined

  • Last visited

About crissxross

Profile Information

  • Location
    United Kingdom

crissxross's Achievements

  1. Since installing GSAP 3.3.0 (via npm install ./gsap-bonus.tgz), I'm getting these errors although nothing has changed in my code: ERROR in node_modules/gsap/types/motion-path-plugin.d.ts:237:12 - error TS2304: Cannot find name 'SVGPathValue'. 237 path?: SVGPathValue | TweenValue | Point2D[]| PathObject[]; ~~~~~~~~~~~~ node_modules/gsap/types/motion-path-plugin.d.ts:237:27 - error TS2304: Cannot find name 'TweenValue'. 237 path?: SVGPathValue | TweenValue | Point2D[]| PathObject[]; ~~~~~~~~~~ node_modules/gsap/types/motion-path-plugin.d.ts:237:40 - error TS2304: Cannot find name 'Point2D'. 237 path?: SVGPathValue | TweenValue | Point2D[]| PathObject[]; ~~~~~~~ node_modules/gsap/types/motion-path-plugin.d.ts:237:51 - error TS2304: Cannot find name 'PathObject'. 237 path?: SVGPathValue | TweenValue | Point2D[]| PathObject[]; ~~~~~~~~~~ Not sure what to do about it. Any advise? Thanks
×
×
  • Create New...