I think there are potential conflicts if one uses both \setTransitionTo and \setTransitionFrom, or if one uses \setTransitionsFor<Class> for multiple classes. I haven't sorted out a buggy example but I believe there it is if you reorder several \setTransitionsFor<Class> commands.
This is easy to understand: If one defines transition from A to B using B's \setTransitionTo, then defines transition from A to B using A's \setTransitionFrom, then the latter overwrites the former because they both call \XeTeXinterchartoks.
This means one should stick with either To or From, but not both. And the For's are pretty much useless. And the example code in the doc is misleading because it uses multiple For.
I think there are potential conflicts if one uses both
\setTransitionToand\setTransitionFrom, or if one uses\setTransitionsFor<Class>for multiple classes. I haven't sorted out a buggy example but I believe there it is if you reorder several\setTransitionsFor<Class>commands.This is easy to understand: If one defines transition from A to B using B's
\setTransitionTo, then defines transition from A to B using A's\setTransitionFrom, then the latter overwrites the former because they both call\XeTeXinterchartoks.This means one should stick with either
ToorFrom, but not both. And theFor's are pretty much useless. And the example code in the doc is misleading because it uses multipleFor.