Results 161 - 180 of 298

OfflineAudioContext.resume()

The resume() method of the OfflineAudioContext interface resumes the progression of time in an audio context that has been suspended. The promise resolves immediately because the OfflineAudioContext does not require the audio hardware. If the context is not currently suspended or the rendering has not started, the promise is rejected with InvalidStateError.
API Method NeedsExample OfflineAudioContext Reference resume Web Audio API

suspend

The suspend() method of the OfflineAudioContext interface schedules a suspension of the time progression in the audio context at the specified time and returns a promise. This is generally useful at the time of manipulating the audio graph synchronously on OfflineAudioContext.
API Method NeedsExample OfflineAudioContext Reference suspend Web Audio API

ServiceWorkerGlobalScope.onpushsubscriptionchange

The ServiceWorkerGlobalScope.onpushsubscriptionchange event of the ServiceWorkerGlobalScope interface is fired whenever a push subscription has been invalidated (or is about to become so). This offers an opportunity to resubscribe in order to continue receiving push messages, if desired. This might happen if, for example, the push service sets an expiration time a subscription.
API NeedsExample onpushsubscriptionchange Property Push Reference Service Workers ServiceWorkerGlobalScope

SVGAnimateColorElement

The SVGAnimateColorElement interface corresponds to the <animateColor> element.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedAngle

The SVGAnimatedAngle interface is used for attributes of basic type <angle> which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedBoolean

The SVGAnimatedBoolean interface is used for attributes of type boolean which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedEnumeration

The SVGAnimatedEnumeration interface is used for attributes whose value must be a constant from a particular enumeration and which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedInteger

The SVGAnimatedInteger interface is used for attributes of basic type <integer> which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedLengthList

The SVGAnimatedLengthList interface is used for attributes of type SVGLengthList which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedNumberList

The SVGAnimatedNumber interface is used for attributes which take a list of numbers and which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedPoints

The SVGAnimatedPoints interface supports elements which have a points attribute which holds a list of coordinate values and which support the ability to animate that attribute.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedRect

The SVGAnimatedRect interface is used for attributes of basic SVGRect which can be animated.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimatedString

The SVGAnimatedString interface represent string attributes which can be animated from each SVG declaration. You need to create SVG attribute before doing anything else, everything should be declared inside this.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM

SVGAnimateElement

The SVGAnimateElement interface corresponds to the <animate> element.
API NeedsBrowserCompatibility NeedsExample Reference Référence SVG SVG DOM