Improve auto animate view transition naming #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, images and figure captions get their own view transition names. We de-duplicate VT names by a simple index. This means that, while rare, this situation doesn't look right:
Note in the recording that the images move so that first and second stay first and second, but the figcaption jumps up to the first figure. I think what should happen in these cases is that the figure should couple its caption and image together (if a caption exists).