🚀 New Feature
ProgressBar.showFileUploadAnimation(from?, to?)— animated file icon that flies from a given point and fades out. Coordinates are relative to the editor container. Bothfromandtoare optional with sensible defaults. The animation is automatically cleaned up ondestruct().const editor = Jodit.make('#editor') jodit.progressbar.showFileUploadAnimation();