I have a single Activity : DialogFragment to which I want to apply a specific fade out animation. But only to this one activity. I'm setting. dialog?.window?.attributes?.windowAnimations = R.style.fadeAnimation. Which work, but it applies it to ALL activities after the one activity has been seen. How can I prevent this? Thanks