# C1.Maui.Core.C1Animation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Maui_Core_C1Animation" data-uid="C1.Maui.Core.C1Animation" class="text-break">C1Animation Class
</h1>
  <div class="markdown level0 summary"><p>Contains information about a specific animation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1Animation</span></div>
      <div class="level2"><a class="xref" href="../C1.Maui.Calendar/C1.Maui.Calendar.CalendarViewModeAnimation.html">CalendarViewModeAnimation</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Maui.Core.html">C1.Maui.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Core.dll</h6>
  <h5 id="C1_Maui_Core_C1Animation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Animation : BindableObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Animation
    Inherits BindableObject</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1Animation__ctor" data-uid="C1.Maui.Core.C1Animation.#ctor">
          <a class="xref" href="C1.Maui.Core.C1Animation.-ctor.html#C1_Maui_Core_C1Animation__ctor">C1Animation()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.Maui.Core.C1Animation.html">C1Animation</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1Animation_DurationProperty" data-uid="C1.Maui.Core.C1Animation.DurationProperty">
          <a class="xref" href="C1.Maui.Core.C1Animation.DurationProperty.html">DurationProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Animation_DurationPropertyName" data-uid="C1.Maui.Core.C1Animation.DurationPropertyName">
          <a class="xref" href="C1.Maui.Core.C1Animation.DurationPropertyName.html">DurationPropertyName</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Animation_EasingProperty" data-uid="C1.Maui.Core.C1Animation.EasingProperty">
          <a class="xref" href="C1.Maui.Core.C1Animation.EasingProperty.html">EasingProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Animation_EasingPropertyName" data-uid="C1.Maui.Core.C1Animation.EasingPropertyName">
          <a class="xref" href="C1.Maui.Core.C1Animation.EasingPropertyName.html">EasingPropertyName</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Animation_StartDelayProperty" data-uid="C1.Maui.Core.C1Animation.StartDelayProperty">
          <a class="xref" href="C1.Maui.Core.C1Animation.StartDelayProperty.html">StartDelayProperty</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Animation_StartDelayPropertyName" data-uid="C1.Maui.Core.C1Animation.StartDelayPropertyName">
          <a class="xref" href="C1.Maui.Core.C1Animation.StartDelayPropertyName.html">StartDelayPropertyName</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1Animation_Duration" data-uid="C1.Maui.Core.C1Animation.Duration">
          <a class="xref" href="C1.Maui.Core.C1Animation.Duration.html#C1_Maui_Core_C1Animation_Duration">Duration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the duration time of the animation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Animation_Easing" data-uid="C1.Maui.Core.C1Animation.Easing">
          <a class="xref" href="C1.Maui.Core.C1Animation.Easing.html#C1_Maui_Core_C1Animation_Easing">Easing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the easing funtion used to interpolate the values of the animation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1Animation_StartDelay" data-uid="C1.Maui.Core.C1Animation.StartDelay">
          <a class="xref" href="C1.Maui.Core.C1Animation.StartDelay.html#C1_Maui_Core_C1Animation_StartDelay">StartDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the elapsed time before the animation starts.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
