feat(springySliderFade): add custom transition function for slide+fade

This commit is contained in:
Ilia Mashkov
2026-01-24 15:16:04 +03:00
parent 59b0d9c620
commit 32b1367877
3 changed files with 63 additions and 0 deletions

View File

@@ -20,3 +20,5 @@ export {
} from './helpers';
export { splitArray } from './utils';
export { springySlideFade } from './transitions';