# C1.WPF.Extended.IAnimationFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extended_IAnimationFactory" data-uid="C1.WPF.Extended.IAnimationFactory" class="text-break">IAnimationFactory Interface
</h1>
  <div class="markdown level0 summary"><p>The interface of animation factory to create animation 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_IAnimationFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAnimationFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAnimationFactory</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_IAnimationFactory_GetBackwardAnimation_System_Windows_FrameworkElement_C1_WPF_Extended_AnimationType_" data-uid="C1.WPF.Extended.IAnimationFactory.GetBackwardAnimation(System.Windows.FrameworkElement,C1.WPF.Extended.AnimationType)">
          <a class="xref" href="C1.WPF.Extended.IAnimationFactory.GetBackwardAnimation.html#C1_WPF_Extended_IAnimationFactory_GetBackwardAnimation_System_Windows_FrameworkElement_C1_WPF_Extended_AnimationType_">GetBackwardAnimation(FrameworkElement, AnimationType)</a>
        </td>
        <td class="markdown level1 summary"><p>Creat Backward Animation</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_IAnimationFactory_GetForwardAnimation_System_Windows_FrameworkElement_C1_WPF_Extended_AnimationType_" data-uid="C1.WPF.Extended.IAnimationFactory.GetForwardAnimation(System.Windows.FrameworkElement,C1.WPF.Extended.AnimationType)">
          <a class="xref" href="C1.WPF.Extended.IAnimationFactory.GetForwardAnimation.html#C1_WPF_Extended_IAnimationFactory_GetForwardAnimation_System_Windows_FrameworkElement_C1_WPF_Extended_AnimationType_">GetForwardAnimation(FrameworkElement, AnimationType)</a>
        </td>
        <td class="markdown level1 summary"><p>Creat Forward Animation</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
