Interface IHasTransitions
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.Core.dll
Indicates the component supports transition animations.
public interface IHasTransitions
Properties
Transitions
Transition classes applied to the component.
BOBTransitions? Transitions { get; set; }