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

feat: Add pause duration parameter #119

Merged
merged 3 commits into from
Aug 8, 2022
Merged

feat: Add pause duration parameter #119

merged 3 commits into from
Aug 8, 2022

Conversation

DenverCoder1
Copy link
Owner

@DenverCoder1 DenverCoder1 commented Aug 8, 2022

Summary

Adds a pause parameter to create a delay between lines of text.

By default this is set to 0, you can use it by setting it to a non-negative number of milliseconds to wait between lines:

For a 1-second pause between lines:

...&pause=1000

Try it out on the demo site!

Fixes #118

Type of change

  • Bug fix (added a non-breaking change which fixes an issue)
  • New feature (added a non-breaking change which adds functionality)
  • Updated documentation (updated the readme, templates, or other repo files)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

  • Ran tests with composer test
  • Added or updated test cases to test new features

@DenverCoder1 DenverCoder1 added the enhancement New feature or request label Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to include a 'pause' at the end of a typed line before the next line begins
1 participant