import React from 'react'; import { PixelParallaxLayer } from './PixelParallaxLayer'; export function Default() { return (
Scroll to see this layer move at half speed.
); } export function Foreground() { return (
Foreground float-up (negative speed).
); } export function Horizontal() { return (
Horizontal parallax drift.
); }