Mandana Eibegger
Mandana Eibegger
I want to implement this using StageXL. I'm new to this and started with trying to get a transparent stage for your "Getting started" example - so that the HTML...
Hei :) i just read your post to Microsoft about IE11 switching to software rendering mode for WebGL, so i thought, i share my findings ... Concerning frame-rates this is...
it's in the specs, if i understand correctly - so maybe just remove it ... http://www.stagexl.org/docs/api/index.html#stagexl/stagexl-display.Stage@id_align=
Hi, thanks for your very in depth answer!! I have yet to think about this stage-dimensions thing, but concerning the tabindex: Please check http://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute Tabindex is a global attribute (which...
Ah forgot In my IE10 (emulation) this ``` ``` ``` stage = new Stage(canvas, width: 720, height: 800); ``` results in ``` ``` ... no height - which renders the...
New option sounds great! : ) I'm also starting to dig into WebGL currently (afraid, this Dart "overhead" is to much for my current rather small project ... : (...
No I haven't. But i prefer the data-attribute over the JS, because then i have all "options" in one place. It would be nice to have a consistent way for...
Thank you! But as soon as you toggle the class on the link, you get the same problem: ``` {{ route.fullPath }} ``` So the workaround would be this https://router.vuejs.org/api/#v-slot-api-3-1-0
In Chrome Version 46.0.2490.71 (64-bit), OSX 10.10.5 i only get autoplay=true when i load the page for the first time. So on reload i get autoplay=false; after clearing the browser-cache...