Documentation
¶
Index ¶
- Constants
- type EventLine
- func (l *EventLine) DropCache()
- func (l *EventLine) Encode(frameDuration time.Duration) string
- func (l *EventLine) Equalish(o *EventLine) bool
- func (l *EventLine) GetDuration() int64
- func (l *EventLine) GetEnd() int64
- func (l *EventLine) GetSinceLastTransition() int64
- func (l *EventLine) GetStart() int64
- func (l *EventLine) Transition(frameInfo types.FrameInformation, object *types.RenderedObject) *EventLine
- func (l *EventLine) TransitionVisible(frameInfo types.FrameInformation, visible bool) *EventLine
Constants ¶
View Source
const StyleFill = "fill"
View Source
const StyleLine = "line"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventLine ¶
type EventLine struct { Layer types.Depth ShapeIndex int ObjectId uint16 Start, End int64 LastTransition int64 Style string Name string Margin struct { Left int64 Right int64 Vertical int64 } Effect string IsComment bool Tags []tag.Tag // contains filtered or unexported fields }
func EventLineFromString ¶
func EventLinesFromRenderObject ¶
func EventLinesFromRenderObject(frameInfo types.FrameInformation, object *types.RenderedObject, bakeMatrixTransforms bool) (out []*EventLine)
func (*EventLine) GetDuration ¶
func (*EventLine) GetSinceLastTransition ¶
func (*EventLine) Transition ¶
func (l *EventLine) Transition(frameInfo types.FrameInformation, object *types.RenderedObject) *EventLine
func (*EventLine) TransitionVisible ¶
func (l *EventLine) TransitionVisible(frameInfo types.FrameInformation, visible bool) *EventLine
Click to show internal directories.
Click to hide internal directories.