I am quite new to React. I am trying to learn by implementing a full CRUD. However, I am unable to get animation working well for removing a course from the list.
I have configured animation on transitionAppear
and on transitionLeave
.
The transitionAppear
works alright. I can't get the transitionLeave
This is my component: https://github.com/leonardoanalista/react-crud/blob/master/src/components/course/CourseListRow.js
This is the CSS for the animation: https://github.com/leonardoanalista/react-crud/blob/master/src/style.css#L66
Please let me know if there is a better approach.
Any help would be highly appreciated!
cheers Leonardo
thead
.ReactCSSTransitionGroup
animations are really impressive. I copied the 2 files you changed manually to new commit: github.com/leonardoanalista/react-crud/commit/… – Disconnection