Skip to main content

snap

// Property(ies): snap - For the Animation module
// Component(s): Animation
'.snap-back': { animationProperties: { snap: { back: true } } }
'.snap-back-false': { animationProperties: { snap: { back: false } } }
'.snap-center': { animationProperties: { snap: { center: true } } }
'.snap-center-false': { animationProperties: { snap: { center: false } } }
'.snap-magnet': { animationProperties: { snap: { magnet: true } } }
'.snap-magnet-false': { animationProperties: { snap: { magnet: false } } }
'.keep-z-index': { animationProperties: { keepZIndex: true } }
'.keep-z-index-false': { animationProperties: { keepZIndex: false } }