Giboo

Results 7 comments of Giboo

Hello, did you manage to make it work in the end ? i'm new to modernizr, and i'm struggling with your "define" way, since I'm using a simple way :...

Alpha on single shapes won't output same as group alpha ![opacity-per-element-or-per-group](https://user-images.githubusercontent.com/1330151/32981993-663a38da-cc7d-11e7-96ee-3b9586d7324d.png)

Indeed, I don't use autoscroll. The main callback I needed was scrollerRightLimitReached, triggered by mouse wheel or touch slide. If I set the option : $("#makeMeScrollable").SmoothDivScroll({ hotSpotScrolling: false }); the...

And if you move your callback, it would be nice to implement a scrollerRightLimitSoon : almost the same, but triggered before the end is reached. It will allow to refill...

if by lazyload you mean loading just before it's necessary, that's my point ;)

Well, I made my first fork (I hope I did it properly) for the callback before the end is reached. You can see the reasult plugged into a drupal here...

In my context, the triggered action is handled by Drupal Ajax : it avoids multiple submission. So it's not a problem for me, but it could be in some less...