Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keyframe ¶
type Keyframe struct { Sel Selector Styles []KeyframeStyler }
type KeyframeStyler ¶
type Keyframes ¶
type Keyframes struct { Name animationName.Type Frames []Keyframe // contains filtered or unexported fields }
Keyframes creates @keyframes used in animation NOTE currently keyframes are only inserted old keyframes are not removed and are intended to be create at the start of the app and never changed. However, if keyframes are used in a dynamic way (changing after startup) then there is a possible out of memory issue.
Click to show internal directories.
Click to hide internal directories.