/**
 * Bellamy Core - Scrolling Effects Module Styles
 *
 * The actual transform/opacity/blur values are computed continuously
 * by scrolling-effects.js (they depend on the element's live position
 * relative to the viewport), this file only sets up `will-change` so
 * browsers can optimize the animation.
 */

.alt-bellamy-scrolling-effect-active {
    will-change: transform, opacity, filter;
}
