### Issue: When rendering full screen ImageCropper() over already full screen image, there is transition: | Current | Desired | | --- | --- | | <video src="https://github.com/SmartToolFactory/Compose-Cropper/assets/19726609/1204d6e5-c679-4210-9e72-3e0e5e40757b" /> | <video src="https://github.com/SmartToolFactory/Compose-Cropper/assets/19726609/ad727f3c-31e6-4171-9bdb-17968a52b7e6" /> | ### Request/suggestions: - Let user define enter/exit animations (Will pollute ImageCropper params, it might be okay with default param?) - Remove AnimatedVisibility and let user Animate the transition from parent composable (not sure how this would play out)