Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

Fill Mode
C#
public enum FillMode
ConstanteDescripción
BackwardsThe element will get the style values that is set by the first keyframe(depends on animation-direction), and retain this during the animation-delay period
BothThe animation will follow the rules for both forwards and backwards, extending the animation properties in both directions
ForwardsThe element will retain the style values that is set by the last keyframe (depends on animation-direction and animation-iteration-count)
InheritInherits this property from its parent element.
InitialSets this property to its default value.
NoneDefault value. Animation will not apply any styles to the element before or after it is executing