jonmdev
jonmdev
Thank you very much @albyrock87!!! I finally worked up the courage to test your fix and it did work as you suggested. It was my first time adding a custom...
## Alternative Solutions: I looked into this a bit more. The best reference I can find is this one: https://stackoverflow.com/questions/5833488/how-to-disable-calayer-implicit-animations There it is explained there are three ways to stop...
> @jonmdev I am not sure if that is just lag. Basically what we have issue setting view which contains `Border` from `IsVisible=false` to `IsVisible=true` is causing the animations shown...
> @jonmdev found some time to reproduce the issue. This is the issue that I have. Looks like this is only happen when attaching `Shadow` to `Border` Here is the...
> @jonmdev with your solution I still see some animation (which cause little bit flickering). Btw I am using slow animations here in simulator. The 2nd border below is using...
@albilaga I have posted the new "1 frame lag on redraw" bug report here: https://github.com/dotnet/maui/issues/23070 I used your test project and another one I made combined into one to show...
> Thanks for reporting! The vanilla export has been fixed in 0.5.0. Check out the docs for setup (which has changed) or this stackblitz example: https://stackblitz.com/edit/vitejs-vite-pxodhz?file=src%2Fmain.ts. Let me know if...
> one workaround you might want to try in the meantime is using a webview since the browsers do support alpha channels Yes that is exactly what I did, though...
This is happening in .NET 8.0 now also. It only happens on Debug mode, not Release for me. Something has changed. This only started in the last few weeks for...
> > @Eilon Can you consider inviting other developers help maintain this repo that have contributed already? It seems like you're not giving this repo enough attention. > > I've...