Apply Enter/Leave transitions
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`el-transition` is a JavaScript library that provides simple and customizable enter/leave transitions for HTML elements, similar to implementations in Vue.js and Alpine.js. It offers async functions `enter`, `leave`, and `toggle` to handle transitions using either CSS classes or data attributes, making it ideal for developers who want to add smooth animations to show/hide elements in their web applications.