Add or remove classes based on a trigger when is scrolling
const sc = new ScrollChange()
sc.init()or with custom configuration
const sc = new ScrollChange({
  elem: '.myId',
  trigger: '#trigger',
  classes: 'change animate yup',
  endPoint: '#end',
})