Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

390
Views
React ScrollMagic .addIndicator() plugin missing; How do I install the neededed component for scrollMagic in react?

This is the error that I'm receiving

10:43:27:958 (ScrollMagic.Scene) -> ERROR calling addIndicators() due to missing Plugin 'debug.addIndicators'. Please make sure to include plugins/debug.addIndicators.js U.log @ ScrollMagic.js:2649

import ScrollMagic from 'scrollmagic';

const pageAnimation = () => { 
  const controller = new ScrollMagic.Controller();


  const section1 = document.querySelector(".main")
  pageScene = new ScrollMagic.Scene({
    triggerElement: section1,
    triggerHook: 0.30,
    reverse: false
  })
  .addIndicators({
    color: "white",
    colorTrigger: "white",
    name:"slide"
  })
  .addTo(controller)
 

}

//Call The Page Animation Plugin
pageAnimation();
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!