Robert Smith

Results 8 issues of Robert Smith

### Describe the bug In my sveltekit project, I (unwisely) altered part of the ```app.html``` from ```html %sveltekit.body% ``` To ```html %sveltekit.body% ``` After spending an hour or two, I...

bug
edge-case

### Describe the problem The existing ways of scoping css styles to a child component don't feel right. Either they require customisable components to expose a lot of properties for...

### Describe the bug Animated page transitions, cause the `capture()` callback in exported snapshot handlers to not always be called correctly, resulting in unexpected behaviour. The behaviour can be seen...

### Describe the bug When bind:this is used on an element with a transition, and the element is subsequently removed, the bound value is not nulled correctly, but may become...

Fixes https://github.com/sveltejs/svelte/issues/8891 When an outro starts, a bind:this variable is now nulled immediately, instead of when the element is destroyed. This is a breaking change. This makes the behaviour consistent...

Fix for bug described here: https://github.com/sveltejs/svelte/issues/7010 The proposed solution is that 'tick' should be added to the spring options. If the elapsed frame time is greater than this, then multiple...

transition/animation

The demo works really well - no flicker at all! However, if I run the demo code locally, or deployed to vercel [here](https://next-page-transitions-framer-motion.vercel.app/) then whenever there is a transition between...

### Describe the bug If the time between frames is high (i.e. more than a small fraction of a second), it can cause springs to rapidly jump to unexpectedly large...