-
Notifications
You must be signed in to change notification settings - Fork 46
Add Page Preloading #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@KojoZero is attempting to deploy a commit to the zxy101's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| export let src: FileWithBlob; | ||
| let url: string = ''; | ||
| // $: url = src ? `url(${URL.createObjectURL(src)})` : ''; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| // $: url = src ? `url(${URL.createObjectURL(src)})` : ''; |
|
Not really noticing much of an improvement on the flicker, also the changes seem to break the reader once you get to the last page and try to navigate. |
|
So this does make a huge improvement with flicker for volumes with exceptionally large images. However, the implementation results in considerable lag while paging and responsiveness issues when paging quickly. |
Add unit tests for Japanese character counting utility
This adds page preloading, which prevents the screen flash that occurs when changing the page.