Hannah Bollar

Results 37 issues of Hannah Bollar

## Linking Related to #677 Fixes #678 ## Problem *Description of the problem including potential code and/or screenshots as an example* ## Solution *Quick explanation of change to be done*...

## Linking related to #669 ## Problem reduce number of overall programs and materials being used in a scene (reduce number of draw calls per renderpass) ## Solution temporary pass...

## Linking related to #651 ## Problem *Description of the problem including potential code and/or screenshots as an example* ## Solution *Quick explanation of change to be done* ### Breaking...

to noodle ---- @michaelthatsit add your other notes here

@lobau 's notes: ``` element.computedStyleMap().get('padding-left'); .card { --color: var(--border); border: 1px solid var(--color); color: currentColor; text-decoration: none; border-radius: 1rem; overflow: hidden; transition: transform var(--bounce) 0.5s; } .card:hover { --color: var(--faded);...

### lingering notes: - https://github.com/Volumetrics-io/mrjs/pull/607/files#diff-2044058842a4c83fc7d73ef7c71f5fdbb8fcee1f0af077ecd6b0ca6341ffcfe2R26-R29 ^ this is causing extra errors to occur, for ex: `MRSystem` not existing, even though it does, just not in the puppeteer setup at that...

also found: weird thing in the images.html example - i think it's a lingering background from something // maybe from the different scaling options where one of the 'quick fix'...

related to https://github.com/Volumetrics-io/mrjs/pull/600 #600 added javascript ability to do so following threejs's paradigm of `clampWhenFinished` this is to match that from the css side for users: https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode

## necessary: - [ ] https://github.com/Volumetrics-io/mrjs/pull/589 - this is a blocker, once merged, then open up the mrtextarea and mrtextfield items on docs again ## for feature complete: ### both...

- [ ] selection index might be a dangling issue after this pr _Originally posted by @hanbollar in https://github.com/Volumetrics-io/mrjs/issues/578#issuecomment-2048798516_