Popularity
1.4
Declining
Activity
0.0
Stable
37
3
9
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Latest version: v2.1.4
animakit-expander alternatives and similar libraries
Based on the "UI Animation" category.
Alternatively, view animakit-expander alternatives based on common mentions on social networks and blogs.
-
framer/motion
DISCONTINUED. Open source, production-ready animation and gesture library for React [Moved to: https://github.com/motiondivision/motion] -
react-flip-move
Effortless animation between DOM changes (eg. list reordering) using the FLIP technique. -
react-parallax-tilt
👀 Easily apply tilt hover effect to React components - lightweight/zero dependencies 3kB -
React Native Circle Menu
:octocat: ⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Reactnative library made by @Ramotion -
react-web-animation
React components for the Web Animations API - http://react-web-animation.surge.sh -
react-transitive-number
React component to apply transition effect to numeric strings, a la old Groupon timers -
react-tween
DISCONTINUED. DEPRECATED - Recommend https://github.com/tannerlinsley/react-move instead! -
anim-react
simple js react animation, animation hook, web Animation interface, onclick animation, onview,onsight animation, without css animation, no transition animation, js animation class usage.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of animakit-expander or a related project?
README
AnimakitExpander
WARNING: Currently unmaintained because of lack of interest, activity and resources
React component for the expanding and collapsing of the blocks. Supports both vertical and horizontal mode.
Usage
<Title onClick={toggle} />
<AnimakitExpander expanded={this.state.expanded}>
<Text />
</AnimakitExpander>
Demo
Installation
npm install animakit-expander
Properties
Property | Required | Type | Default Value | Available Values | Description |
---|---|---|---|---|---|
expanded | true | bool | false |
true , false |
State of the component: expanded or collapsed |
horizontal | false | bool | false |
true , false |
If true, component will expand in horizontal direction |
align | false | string | top , bottom for the default direction or left , right for the horizontal direction |
Align of the content during the animation | |
duration | false | number | 500 |
Any integer number | Duration of animation |
durationPerPx | false | number | 0 |
Any integer number | Duration of animation per pixel. Use it if you want the duration depended on the size and calculated dynamically. |
easing | false | string | ease-out |
Any easing function | Easing function of animation |
Origin
Part of Animakit. See https://animakit.github.io for more details.