[NUI] Support Fade Scroll Bar feature.
scrollbar is now automatically fade in/out when it stay long enough to threshold time.
Scrollablebase :
FadeScollbar boolean Property is enabling scrollbar fading.
default value is true.
ScrollbarBase :
FadeOutThreshold is internal unsigned integar value threshold time for fading out. 500ms is default value.
FadeDuration is internal integar value duration for fading animation. 200ms is default value.
FadeIn(): internal method for fade in animation.
FadeOut(): internal method for fade out animation. fade out will be excuted on delay of FadeOutThreshold.