sergey-dev

Results 19 comments of sergey-dev

Here's the provided fix from my side. it will not wipe the state of attributes like CSS, disabled states, HTML5 data attributes.. Each time we kill all the dropdowns content...

I think this feature is not supported by stickit yet. From my side, I handled it manually, here're the code snippets: For the model: ``` javascript Backbone.Model.extend({ defaults: { ......

@Zensavona , you are right, the snippet above actually solves two problems, including binding of the nested model's events. Sorry, if it's not what you expect. Also consider this issue...

what's the problem to look the source code, @fgrs ? it's just a CSS animation example.

I think this issue is related, but is more expanded: https://github.com/darsain/sly/issues/257

OMG, @Kadarlatino, why so complicated?! I'd **not merge this to Sly**, as **it's not it's purpose** at all! I also did the responsiveness to the markup, and dynamic recalculation of...

@Kadarlatino , yes, exactly, this is what I wrote in my comment: > variable amount of those elements per view-port, depending on the breakpoints being used on desktops and mobiles....

Have you tried to use [options from **scrolling** section](https://github.com/darsain/sly/blob/master/docs/Options.md#scrolling)? It's in relation to mouse wheel scroll events. The trackpad of a Macbook Pro "emulates" regular scrolling events alike a mouse...

@spenya, I think you have something wrong with implementation logic. Try to solve it the other way. It's obvious, that `onActive` callback is triggered only once in your case, only...