Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.85 KB

File metadata and controls

70 lines (42 loc) · 1.85 KB
title slug tags browser-compat
AnimationEffectTimingReadOnly
Web/API/AnimationEffectTimingReadOnly
Interface
Reference
api.AnimationEffectTimingReadOnly

{{DefaultAPISidebar("")}}

The AnimationEffectTimingReadOnly interface of the {{domxref('','','','true')}}

Description

Properties

  • {{domxref('AnimationEffectTimingReadOnly.delay')}}

    • : Returns // Replace with description of what this property returns.
  • {{domxref('AnimationEffectTimingReadOnly.endDelay')}}

    • : Returns // Replace with description of what this property returns.
  • {{domxref('AnimationEffectTimingReadOnly.fill')}}

    • : Returns // Replace with description of what this property returns.
  • {{domxref('AnimationEffectTimingReadOnly.iterationStart')}}

    • : Returns // Replace with description of what this property returns.
  • {{domxref('AnimationEffectTimingReadOnly.iterations')}}

    • : Returns // Replace with description of what this property returns.
  • {{domxref('AnimationEffectTimingReadOnly.duration')}}

    • : Returns // Replace with description of what this property returns.
  • {{domxref('AnimationEffectTimingReadOnly.direction')}}

    • : Returns // Replace with description of what this property returns.
  • {{domxref('AnimationEffectTimingReadOnly.easing')}}

    • : Returns // Replace with description of what this property returns.

Examples

Fill in a simple example that nicely shows a typical usage of the API, then perhaps some more complex examples (see our guide on how to add code examples for more information).

This text should be replaced with a brief description of what the example demonstrates.

my code block

And/or include a list of links to useful code samples that live elsewhere:

  • x
  • y
  • z

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}