updated type writer
This commit is contained in:
@ -22,16 +22,32 @@ $(document).ready(function() {
|
|||||||
.withMinimumSpeed(17)
|
.withMinimumSpeed(17)
|
||||||
.withMaximumSpeed(25)
|
.withMaximumSpeed(25)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
tw.put('$ ')
|
tw.put('$ ')
|
||||||
.waitRange(500, 1000)
|
.waitRange(500, 1000)
|
||||||
.type('curl --upload-file ./hello.txt https://transfer.sh/hello.txt')
|
.type('curl --upload-file ./hello.txt https://transfer.sh/hello.txt')
|
||||||
.put('<br/>')
|
.put('<br/>')
|
||||||
.waitRange(1000, 1500)
|
.put('https://transfer.sh/66nb8/hello.txt ')
|
||||||
.type('$ #######################')
|
|
||||||
.put('<br/>')
|
.put('<br/>')
|
||||||
.waitRange(1000, 1500)
|
.put('$ ')
|
||||||
.type('$ https://transfer.sh/66nb8/hello.txt ')
|
.waitRange(500, 1000)
|
||||||
.put('<br/>')
|
.put('<br/>')
|
||||||
|
.put('$ ')
|
||||||
|
.waitRange(500, 1000)
|
||||||
|
.put('<br/>')
|
||||||
|
.put('$ ')
|
||||||
|
.waitRange(500, 1000)
|
||||||
|
.type('transfer hello.txt')
|
||||||
|
.put('<br/>')
|
||||||
|
.type('####################################################')
|
||||||
|
.put(' 100.0%')
|
||||||
|
.put('<br/>')
|
||||||
|
.put('https://transfer.sh/eibhM/hello.txt ')
|
||||||
|
.put('<br/>')
|
||||||
|
.put('$ ')
|
||||||
|
.waitRange(1000, 1500)
|
||||||
|
.put('<br/>')
|
||||||
|
.put('$ ')
|
||||||
|
|
||||||
// Smooth scrolling
|
// Smooth scrolling
|
||||||
$('a[href*=#]:not([href=#])').click(function() {
|
$('a[href*=#]:not([href=#])').click(function() {
|
||||||
|
Reference in New Issue
Block a user