feat(Toast): use View Transition API for Toast animations (#7631)
* remove animation code from toast hooks
* add View Transitions
* lint
* fix invalid viewTransitionName
* fix Multiple story
* fix transition when programmatically closing toast
* fix slide in/out
* fix ts-ignore
* update yarn.lock
* memoize placement
* add placement to fullscreen story
* fade out toasts that are centered, and not the last one
* lint
* add wrapUpdate option to ToastQueue
* update where runWithWrapUpdate gets called
* fix function param