Alexander Prinzhorn
Alexander Prinzhorn
Something like waypoints could probably be added very easily to skrollr. It would allow much more sophisticated stuff with JavaScript. If I then additionally expose the currently private method `updateClass`...
> So is there a version with waypoints style functionality added into skrollr available now? No. Here's something to get you started for now https://github.com/Prinzhorn/skrollr/issues/168#issuecomment-15249026
> As an implementation, I might expect something similar to the render() option, a onKeyframe() event, that triggers anytime a keyframe is passed. It could receive a reference to the...
> I started out with a similiar approach like in PR #284. But then I thought it would be very handy to have a solution that solely relies on data-...
to some extend you can use attribute-"animations" for this, e.g. ``` html ```
> Hey Alex, there is a bug with the implementation of your suggested code for classes... It works as intended basically. You're using `data-edge-strategy="reset"` telling skrollr to remove the class...
You can already to the same thing with keyframe events https://github.com/Prinzhorn/skrollr#keyframe which also gives you the direction and element.
Good point, but so far nobody complaint. I'll keep this open as a feature request. A `prefix` option could be used which defaults to an empty string and could be...
Cross post http://stackoverflow.com/questions/19280395/skrollr-very-choppy-animations-in-safari I can't help you for two reasons: no code and no Safari
I only took a quick look at it (it's hard because what you posted is pretty messed up and unindented). Prime candidates for performance issues: `box-shadow` (try without) and animations...