I have an element that displays text from an array from a store. It only shows the text from the 'current index'. I can click a button to change the 'current index' and the text that is displayed will change accordingly. Is it possible to use Svelte's transitions to fade the old text out and the new text in?