Add animation effect to kanban cards movement

Hi,

It is possible to add animations like this https://codesandbox.io/s/animated-draggable-kanban-board-with-tailwind-and-vue-1ry0p?ref=madewithvuejs.com&file=/src/App.vue to kanban cards


I use vue.js kanban control, but i need more fluid and smooth animation.


3 Replies 1 reply marked as answer

VJ Vinitha Jeyakumar Syncfusion Team November 6, 2023 07:51 AM UTC

Hi César,

Your requirement to apply animation to the Cards while dragging them, can be achieved by customizing the CSS styles like below,

Code snippet:
<style>
.e-cloned-card {
  opacity0.5;
  background#f7fafc;
  border1px solid #4299e1;
}
</style>



Regards,
Vinitha

Marked as answer

César November 6, 2023 08:52 AM UTC

Thanks  Vinitha,

CSS Style its very good.



VJ Vinitha Jeyakumar Syncfusion Team November 7, 2023 04:32 AM UTC

Hi César,


You are welcome.

Regards,
Vinitha

Loader.
Up arrow icon