/*
 * Fade transition overrides for Premium Addons Vertical Scroll.
 * Activated by adding the "pa-vscroll-fade" CSS class on the widget.
 * Requires Scroll Effect = "Parallax" on the widget (so hijacking=off and
 * sections get position:fixed from the base CSS).
 */

.pa-vscroll-fade .premium-vscroll-temp > div {
	will-change: opacity;
	transition: none;
}
