rpage icon indicating copy to clipboard operation
rpage copied to clipboard

init fork

Open cecekpawon opened this issue 9 years ago • 2 comments

propose some hacks

cecekpawon avatar Dec 03 '15 12:12 cecekpawon

For some reason, this causes twice as much calls to makeResponsive() for a resize and therefore makes it slower. I think it's because of removing the delay. Making it realtime makes it much slower if you have a lot pages. Any ideas on how to go around that?

auxiliary avatar Dec 04 '15 18:12 auxiliary

Away too fast to pull request minutes after successfully install into my blog, before i realized i just have small pagination which it make render just fine :speak_no_evil:. Just update my fork, you may compare it with prev version. Bit laggy btw, without your current hacks, maybe you can bring more improvement later..

What i can advise atm (just an idea):

  • Set fixed height for each pagination parent and hide overflow-y with css while it resizing
  • Or clone original target, hide it, change with loading indication on working, and re show it again

Thank you for this great work!

cecekpawon avatar Dec 05 '15 20:12 cecekpawon