With scoped view-transitions it is possible to have multiple transitions running concurrently provided they are on separate elements. As the DOM callbacks could be affecting the style of a common element, we could have non-deterministic behavior unless we impose a strict ordering of the callbacks. Propose that we trigger the callbacks in creation order.
With scoped view-transitions it is possible to have multiple transitions running concurrently provided they are on separate elements. As the DOM callbacks could be affecting the style of a common element, we could have non-deterministic behavior unless we impose a strict ordering of the callbacks. Propose that we trigger the callbacks in creation order.