Shilo I have not attempted to fade music in iOS yet, but SPSoundChannel has a "volume" property that you can tween via SPTween to create a fading effect. /// The volume of the sound. Range: [0.0 - 1.0] @property (nonatomic, assign) float volume;