Skip to content

RegionAnimation

CSS transition preset for diagram regions.

interface RegionAnimation {
hidden: Record<string, string | number>
visible: Record<string, string | number>
transition?: string
}