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

# AnimationProps

### animation-collapse-duration `Number`

The number of milliseconds for the visual animation when a PanelBar item is closed.

### animation-collapse-effects `String`

A whitespace-delimited string of animation effects that are utilized when a PanelBar item is closed. The supported option is `fadeOut`.

### animation-expand-duration `Number`

The number of milliseconds for the visual animation when a PanelBar item is opened.

### animation-expand-effects `String`

A whitespace-delimited string of animation effects that are utilized when a PanelBar item is expanded.

The supported options are:

* `expandVertical`
* `fadeIn`

## Suggested Links

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