Skip to content
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

Feature request #12

Open
bitcoinmeetups opened this issue Jun 5, 2022 · 2 comments
Open

Feature request #12

bitcoinmeetups opened this issue Jun 5, 2022 · 2 comments

Comments

@bitcoinmeetups
Copy link

Hello,

I'm MB. A very nice and polite guy.

The font looks good and I like the way the text wraps at the right side of the screen at mobile. Love that.

Can you make a version without the sidebar and without the typewriter effect please?

It's all client side, right?

@xnrdotone
Copy link

Hello there, you can remove sidenav by yourself with this simple trick:
open index.html with a text editor, get under and paste this line <script>document.getElementById("sidenav").style.display = 'none';</script>.

I couldn't find a way to remove the typewriter effect but at least you can make it much faster with this trick:
get to main.js and find the line var TypeSimulator = function (timer, output) { under that line there is a line that starts with var timer delete that line and instead write this var timer = 0.1;.

You are welcome!

@phixxy
Copy link

phixxy commented Jan 30, 2024

The simplest way to skip the typewriter effect is to look in the main.js file for the function: TypeSimulator.prototype.type = function (text, callback)
You can change var skipped = false to var skipped = true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants