소스 검색

updated type writer

tags/v1.0.0
Remco 9 년 전
부모
커밋
1046a79b84
1개의 변경된 파일19개의 추가작업 그리고 3개의 파일을 삭제
  1. +19
    -3
      transfersh-web/scripts/main.js

+ 19
- 3
transfersh-web/scripts/main.js 파일 보기

@@ -22,16 +22,32 @@ $(document).ready(function() {
.withMinimumSpeed(17)
.withMaximumSpeed(25)
.build();

tw.put('$ ')
.waitRange(500, 1000)
.type('curl --upload-file ./hello.txt https://transfer.sh/hello.txt')
.put('<br/>')
.waitRange(1000, 1500)
.type('$ #######################')
.put('https://transfer.sh/66nb8/hello.txt ')
.put('<br/>')
.put('$ ')
.waitRange(500, 1000)
.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)
.type('$ https://transfer.sh/66nb8/hello.txt ')
.put('<br/>')
.put('$ ')

// Smooth scrolling
$('a[href*=#]:not([href=#])').click(function() {


불러오는 중...
취소
저장