transitionTimingFunction

package
v0.0.0-...-958e9d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type string
const (
	Linear    Type = "linear"
	Ease      Type = "ease"
	EaseIn    Type = "ease-in"
	EaseOut   Type = "ease-out"
	EaseInOut Type = "ease-in-out"
	StepStart Type = "step-start"
	StepEnd   Type = "step-end"
	Initial   Type = "initial"
	Inherit   Type = "inherit"
	Unset     Type = "unset"
)

func CubicBezier

func CubicBezier(n0, n1, n2, n3 interface{}) Type

CubicBezier defines a cubic-bezier curve

func Steps

func Steps(steps int, dir jumpTerm.Type) Type

func (Type) AddTo

func (t Type) AddTo(m map[string]string)

func (Type) Apply

func (t Type) Apply(h *vecty.HTML)

type Value

type Value string

func (Value) AddTo

func (v Value) AddTo(m map[string]string)

func (Value) Apply

func (v Value) Apply(h *vecty.HTML)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL