diachedelic

Results 117 comments of diachedelic

`stopImmediatePropagation` doesn't fix the BootstrapVue issue :( https://jsfiddle.net/2qsxk39u/

The chunk size only affects fallback mode. You can either write the file to disk and unzip it with a native plugin, or unzip the file in JavaScript and write...

the difficulty with the feature is, when using rotation and panning, it is not clear how to gracefully return the element to its original bounds as the scale is reduced.

@anitasv what about gradually blending the transform with identity as the scale gets closer to min? Although, if `min < 1`, `elem` will not take up its original bounds

@anitasv wait, that doesn't help with rotation. i think the main challenge is animating it smoothly at the min & max

but what if the element was panned during zooming? it will not end up back in its original position, which is surprising for the user i suppose this is really...

I am sorry I do not think I am explaining it very well

ok! I will do a proof of concept

Have you tried pinging joeyespo on twitter? http://twitter.com/joeyespo

Yes I realise that, but I want to replace the whole object - you can do that anywhere except inside an 'rv-if' statement!