willviles / ember-scrollmagic

An Ember addon for building magical scroll interactions using ScrollMagic.js
https://willviles.github.io/ember-scrollmagic
MIT License
18 stars 4 forks source link

Pinned isn't functioning with ember-responsive #17

Open queenvictoria opened 4 years ago

queenvictoria commented 4 years ago

Just trying to debug using ember-responsive with the following:

    // package.json
    "ember-scrollmagic": "^1.0.0-beta3",
    "ember-responsive": "^2.0.8",
 {{!-- templates/components/test.hbs --}
  {{#scrollmagic-pinned triggerOnMedia=(array 'desktop')}}

It's not functioning with 3.0.5 #16 either. I'll look more closely.