I would probably make two separate variables:
MusicVolume - a number from -100 to 0, changing with the slider.
VolumeFade - a number from 0 to 1, changing with lerp or some other method.
During the crossfade, set music volume to (MusicVolume/VolumeFade)