# C1.Xamarin.Forms.Calendar.CalendarViewModeAnimationMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Xamarin_Forms_Calendar_CalendarViewModeAnimationMode" data-uid="C1.Xamarin.Forms.Calendar.CalendarViewModeAnimationMode" class="text-break">CalendarViewModeAnimationMode Enum
</h1>
  <div class="markdown level0 summary"><p>Represent the different kinds of animations when changing <a class="xref" href="C1.Xamarin.Forms.Calendar.C1Calendar.ViewMode.html#C1_Xamarin_Forms_Calendar_C1Calendar_ViewMode">ViewMode</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Calendar.html">C1.Xamarin.Forms.Calendar</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Calendar.dll</h6>
  <h5 id="C1_Xamarin_Forms_Calendar_CalendarViewModeAnimationMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CalendarViewModeAnimationMode</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_Xamarin_Forms_Calendar_CalendarViewModeAnimationMode_Zoom">Zoom</td>
        <td><p>The animation will bring the view backwards or forward depending on which view is being set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Calendar_CalendarViewModeAnimationMode_ZoomOutIn">ZoomOutIn</td>
        <td><p>The animation will zoom out the current view and zom in the new one.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
