Documentation ¶
Index ¶
- func CurveFromStarlark(value starlark.Value) (animation.Curve, error)
- func LoadAnimationModule() (starlark.StringDict, error)
- func PercentageFromStarlark(value starlark.Value) (animation.Percentage, error)
- type AnimatedPositioned
- func (w *AnimatedPositioned) AsRenderWidget() render.Widget
- func (w *AnimatedPositioned) Attr(name string) (starlark.Value, error)
- func (w *AnimatedPositioned) AttrNames() []string
- func (w *AnimatedPositioned) Freeze()
- func (w *AnimatedPositioned) Hash() (uint32, error)
- func (w *AnimatedPositioned) String() string
- func (w *AnimatedPositioned) Truth() starlark.Bool
- func (w *AnimatedPositioned) Type() string
- type AnimationModule
- type Keyframe
- type Origin
- type Rotate
- type Scale
- type Transformation
- func (w *Transformation) AsRenderWidget() render.Widget
- func (w *Transformation) Attr(name string) (starlark.Value, error)
- func (w *Transformation) AttrNames() []string
- func (w *Transformation) Freeze()
- func (w *Transformation) Hash() (uint32, error)
- func (w *Transformation) String() string
- func (w *Transformation) Truth() starlark.Bool
- func (w *Transformation) Type() string
- type Translate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadAnimationModule ¶
func LoadAnimationModule() (starlark.StringDict, error)
func PercentageFromStarlark ¶ added in v0.17.7
func PercentageFromStarlark(value starlark.Value) (animation.Percentage, error)
Types ¶
type AnimatedPositioned ¶
type AnimatedPositioned struct { render_runtime.Widget animation.AnimatedPositioned // contains filtered or unexported fields }
func (*AnimatedPositioned) AsRenderWidget ¶
func (w *AnimatedPositioned) AsRenderWidget() render.Widget
func (*AnimatedPositioned) Attr ¶
func (w *AnimatedPositioned) Attr(name string) (starlark.Value, error)
func (*AnimatedPositioned) AttrNames ¶
func (w *AnimatedPositioned) AttrNames() []string
func (*AnimatedPositioned) Freeze ¶
func (w *AnimatedPositioned) Freeze()
func (*AnimatedPositioned) Hash ¶
func (w *AnimatedPositioned) Hash() (uint32, error)
func (*AnimatedPositioned) String ¶
func (w *AnimatedPositioned) String() string
func (*AnimatedPositioned) Truth ¶
func (w *AnimatedPositioned) Truth() starlark.Bool
func (*AnimatedPositioned) Type ¶
func (w *AnimatedPositioned) Type() string
type AnimationModule ¶
type AnimationModule struct {
// contains filtered or unexported fields
}
type Transformation ¶ added in v0.17.7
type Transformation struct { render_runtime.Widget animation.Transformation // contains filtered or unexported fields }
func (*Transformation) AsRenderWidget ¶ added in v0.17.7
func (w *Transformation) AsRenderWidget() render.Widget
func (*Transformation) Attr ¶ added in v0.17.7
func (w *Transformation) Attr(name string) (starlark.Value, error)
func (*Transformation) AttrNames ¶ added in v0.17.7
func (w *Transformation) AttrNames() []string
func (*Transformation) Freeze ¶ added in v0.17.7
func (w *Transformation) Freeze()
func (*Transformation) Hash ¶ added in v0.17.7
func (w *Transformation) Hash() (uint32, error)
func (*Transformation) String ¶ added in v0.17.7
func (w *Transformation) String() string
func (*Transformation) Truth ¶ added in v0.17.7
func (w *Transformation) Truth() starlark.Bool
func (*Transformation) Type ¶ added in v0.17.7
func (w *Transformation) Type() string
Click to show internal directories.
Click to hide internal directories.