Predefined Animation

If you want to add your animation, please add it to predefined.ts and create a PR.

Current Sequence:

shakeX → swing → tada

<Animate
  animations={predefined['hesitantConfidence']}
  trigger="hover"
>
 Hover to animate
 </Animate>