Versions in this module Expand all Collapse all v0 v0.9.0 Jul 18, 2017 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type Animation struct + CSSID *string + CurrentTime float64 + ID string + Name string + PausedState bool + PlayState string + PlaybackRate float64 + Source Effect + StartTime float64 + Type string + type CanceledClient interface + Recv func() (*CanceledReply, error) + type CanceledReply struct + ID string + type CreatedClient interface + Recv func() (*CreatedReply, error) + type CreatedReply struct + ID string + type Effect struct + BackendNodeID dom.BackendNodeID + Delay float64 + Direction string + Duration float64 + Easing string + EndDelay float64 + Fill string + IterationStart float64 + Iterations float64 + KeyframesRule *KeyframesRule + type GetCurrentTimeArgs struct + ID string + func NewGetCurrentTimeArgs(id string) *GetCurrentTimeArgs + type GetCurrentTimeReply struct + CurrentTime float64 + type GetPlaybackRateReply struct + PlaybackRate float64 + type KeyframeStyle struct + Easing string + Offset string + type KeyframesRule struct + Keyframes []KeyframeStyle + Name *string + type ReleaseAnimationsArgs struct + Animations []string + func NewReleaseAnimationsArgs(animations []string) *ReleaseAnimationsArgs + type ResolveAnimationArgs struct + AnimationID string + func NewResolveAnimationArgs(animationID string) *ResolveAnimationArgs + type ResolveAnimationReply struct + RemoteObject runtime.RemoteObject + type SeekAnimationsArgs struct + Animations []string + CurrentTime float64 + func NewSeekAnimationsArgs(animations []string, currentTime float64) *SeekAnimationsArgs + type SetPausedArgs struct + Animations []string + Paused bool + func NewSetPausedArgs(animations []string, paused bool) *SetPausedArgs + type SetPlaybackRateArgs struct + PlaybackRate float64 + func NewSetPlaybackRateArgs(playbackRate float64) *SetPlaybackRateArgs + type SetTimingArgs struct + AnimationID string + Delay float64 + Duration float64 + func NewSetTimingArgs(animationID string, duration float64, delay float64) *SetTimingArgs + type StartedClient interface + Recv func() (*StartedReply, error) + type StartedReply struct + Animation Animation