Javier Gonzalez
Javier Gonzalez
This is a great project and I know most dx11 under WPF implementations have this issue, but is there a way to fix any of these two issues: - Sometimes...
This PR adds a playbackRate option to anime, which allows an animation to play faster/slower than originally intended. Rationale: I have some css animations with keyframes with a user overridden...
After the latest PR to remove "$" from paths I don't foresee big changes to the API for the time being. Also most issues seem to have been resolved now....
Add array syntax as alternative to types.or when a version of TS that supports the construct lands
Just as a reminder to myself
### Current Behavior Yarn v2 got a stable release today, and it uses PnP (instead of node_modules) exclusively Right now `tsdx test`, `tsdx build` (and maybe others) have some issues...
When using two side-by-side screens if you move a window with a hosted popup it will snap to the edges so the popup wont stay synchronized with the window while...
The thing is that I use typescript sources that get compiled into new js files with new modified times even though the sources themselves do not change, which means that...
To properly create a dictionary/set etc two things are needed in .net getHashcode method to get the hash of the object to know in which bucket it must be placed...
given a project that has as dev dependency `@types/modernizr`, which has a global declaration such as `declare var Modernizr: ModernizrStatic;` While tsc and vs-code pick it up fine, this plugin...
Item doesn't reappear if the disappear animation is not finished before it is asked to appear again
Basically if an item (with same key) disappears then appears again quickly then the item is rendered on the DOM but the item CSS properties make it be invisible. If...