Kamil Pękala
Kamil Pękala
Requirejs syntax is not supported yet. Feel free to submit a PR for that if you want.
This can be overcome by adjusting the `vs-excess` properly
Can you create a jsfiddle?
This shouldn't be a part of vs-repeat. Write another directive and put it on the same element as `vs-repeat` (or it's scrollable parent) and handle scrolling behavior there) On Sun,...
Yeah definitely. Could you create a sample fiddle? Kamil Pękala Dnia 21.04.2016 o godz. 11:35 David Táboas [email protected] napisał(a): > With this code, I don't see the element compiled: >...
Ok, I’ll take a look at it tonight and get back to you.
In order to use vs-repeat the items need to be stacked either horizontally or vertically. This kind of layout is not supported. I presume you don't want to alter your...
I.E.: ```javascript vm.pairs = vm.items.reduce((acc, item) => { if (!acc.length) return [[item]]; var last = acc[acc.length - 1]; if (last.length < 2) last.push(item); else acc.push([item]); return acc; }, []); ```...
how is my demo page running on that device?
Ok, changing 2D transforms to 3D looks like a good idea. I saw your screenshot and it looks totally wierd. I have never experienced sth like that. Oddly, it looks...