# C1.WPF.Extended.AnimationType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Extended_AnimationType" data-uid="C1.WPF.Extended.AnimationType" class="text-break">AnimationType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the animation type of the Rating.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Extended.html">C1.WPF.Extended</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_Extended_AnimationType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AnimationType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AnimationType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Blind">Blind</td>
        <td><p>Blind animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Bounce">Bounce</td>
        <td><p>Bounce animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Clip">Clip</td>
        <td><p>Clip animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Drop">Drop</td>
        <td><p>Drop animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Fade">Fade</td>
        <td><p>Fade animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Fold">Fold</td>
        <td><p>Fold animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_None">None</td>
        <td><p>None animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Puff">Puff</td>
        <td><p>Puff animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Pulsate">Pulsate</td>
        <td><p>Pulsate animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Scale">Scale</td>
        <td><p>Scale animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Scroll">Scroll</td>
        <td><p>Scroll animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_AnimationType_Shake">Shake</td>
        <td><p>Shake animation</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
