---
title: animationProps API
description: "API Index | animationProps"
api_reference: true
slug: api_tabstrip_animationprops_wrapper
---

# AnimationProps

### animation-close-duration `Number`

The number of milliseconds for the visual animation when the current tab is closed.

### animation-close-effects `String`

A whitespace-delimited string of animation effects that are utilized when the current tab is closed. By default, `animation-close-effects` is not specified and the TabStrip uses the opening animation with reverse.

### animation-open-duration `Number`

The number of milliseconds for the visual animation when a new tab is displayed.

### animation-open-effects `String`

A whitespace-delimited string of animation effects that are utilized when a new tab is displayed.

The supported options are:

* `expand:vertical`
* `fadeIn`

## Suggested Links

* [`Animation` in Kendo UI TabStrip for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/tabstrip/configuration/animation)
