ForeverScape

Results 35 comments of ForeverScape

Ah, I guess I can just remove the background on the jslider-pointer and add a child element right in the template and set the overflow to visible. ``` angular.module('angularAwesomeSlider') .run(['$templateCache',...

Thanks! I already use typescript on a separate project on a node server. It is much more straightforward with node than with angular. I've already integrated TS with my build...

Yeah, upon further consideration, it would seam that your implementation, while "within typescript" it does not actually structure controllers etc. as typescript classes, so it's the "half-way" implementation by using...

Hey thanks for the CommonJS tip. I had been meaning to move to browserify. Currently i've been using the old boilerplate-heavy IIFE function style. Switching would really help clean that...

so there's no way to zoom with native scroll?

I ended up writing my own pinch and zoom engine to enable this for native scroll. basically, i had to do a crazy thing where i doubled the size of...

Why doesn't NATIVE scroll support zooming? Obviously a natively scrolled website in the browser can pinch and zoom. Otherwise, here's the math to convert coordinates to and from the manually...

this is the #1 Jank in my application. so there's no way to zoom with native scroll? JS scroll is not performant enough.

I would be open to schematic template, but that adds a layer of complexity...I would be happy with the simple option to only generate `base` or `root` templates.

Ok, so back to this today. Will post more soon. In my initial research, I see one value that jumps to a very invalid value, from a constant 14992 value,...