pitch.inplace(second).auto(5).speak('There are several transitions you can use ..').fade.left.js`
// There are a bunch of transitions available :
pitch.left\`move from left\`
pitch.right\`move from right\`
pitch.blur\`blur\`
pitch.fade\`fade\`
pitch.sepia\`sepia\`
pitch.auto(3)\`auto continue\`
pitch.speak("hello")\`say hello\`
`