Documentation
¶
Index ¶
- func CurveFromStarlark(value starlark.Value) (animation.Curve, error)
- func LoadModule() (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 Keyframe
- type Module
- type Origin
- type Rotate
- func (w *Rotate) AsAnimationTransform() animation.Transform
- func (w *Rotate) Attr(name string) (starlark.Value, error)
- func (w *Rotate) AttrNames() []string
- func (w *Rotate) Freeze()
- func (w *Rotate) Hash() (uint32, error)
- func (w *Rotate) String() string
- func (w *Rotate) Truth() starlark.Bool
- func (w *Rotate) Type() string
- type Scale
- func (w *Scale) AsAnimationTransform() animation.Transform
- func (w *Scale) Attr(name string) (starlark.Value, error)
- func (w *Scale) AttrNames() []string
- func (w *Scale) Freeze()
- func (w *Scale) Hash() (uint32, error)
- func (w *Scale) String() string
- func (w *Scale) Truth() starlark.Bool
- func (w *Scale) Type() string
- type Shear
- func (w *Shear) AsAnimationTransform() animation.Transform
- func (w *Shear) Attr(name string) (starlark.Value, error)
- func (w *Shear) AttrNames() []string
- func (w *Shear) Freeze()
- func (w *Shear) Hash() (uint32, error)
- func (w *Shear) String() string
- func (w *Shear) Truth() starlark.Bool
- func (w *Shear) Type() string
- 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
- func (w *Translate) AsAnimationTransform() animation.Transform
- func (w *Translate) Attr(name string) (starlark.Value, error)
- func (w *Translate) AttrNames() []string
- func (w *Translate) Freeze()
- func (w *Translate) Hash() (uint32, error)
- func (w *Translate) String() string
- func (w *Translate) Truth() starlark.Bool
- func (w *Translate) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadModule ¶ added in v0.51.0
func LoadModule() (starlark.StringDict, error)
func PercentageFromStarlark ¶
func PercentageFromStarlark(value starlark.Value) (animation.Percentage, error)
Types ¶
type AnimatedPositioned ¶
type AnimatedPositioned struct {
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 Rotate ¶
func (*Rotate) AsAnimationTransform ¶ added in v0.49.9
type Scale ¶
func (*Scale) AsAnimationTransform ¶ added in v0.49.9
type Shear ¶ added in v0.49.9
func (*Shear) AsAnimationTransform ¶ added in v0.49.9
type Transformation ¶
type Transformation struct {
animation.Transformation
// contains filtered or unexported fields
}
func (*Transformation) AsRenderWidget ¶
func (w *Transformation) AsRenderWidget() render.Widget
func (*Transformation) AttrNames ¶
func (w *Transformation) AttrNames() []string
func (*Transformation) Freeze ¶
func (w *Transformation) Freeze()
func (*Transformation) Hash ¶
func (w *Transformation) Hash() (uint32, error)
func (*Transformation) String ¶
func (w *Transformation) String() string
func (*Transformation) Truth ¶
func (w *Transformation) Truth() starlark.Bool
func (*Transformation) Type ¶
func (w *Transformation) Type() string
type Translate ¶
func (*Translate) AsAnimationTransform ¶ added in v0.49.9
Click to show internal directories.
Click to hide internal directories.