$state: ( In: 1, Out: 0 );

.fade {
    @each $key, $value in $state {
        &#{$key} {
            opacity: $value;
        }
    }
}
