File tree Expand file tree Collapse file tree 6 files changed +7
-110
lines changed
src/context/AutoScrollContext Expand file tree Collapse file tree 6 files changed +7
-110
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ const examples = [
2525 route : '/entering-animation' as const ,
2626 } ,
2727 {
28- title : 'Instagram Pagination' ,
29- description : 'Instagram-style pagination with auto-slide progress indicator' ,
30- route : '/instagram -pagination' as const ,
28+ title : 'Timer Pagination Carousel ' ,
29+ description : 'Timer-based pagination with auto-slide progress indicator' ,
30+ route : '/timer -pagination' as const ,
3131 } ,
3232 {
3333 title : 'Video Carousel' ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import TimerPaginationExample from '@/examples/TimerPaginationExample'
2+
3+ export default TimerPaginationExample
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const Slide = ({
4545 )
4646}
4747
48- export default function InstagramPaginationExample ( ) {
48+ export default function TimerPaginationExample ( ) {
4949 // Preload all images when component mounts
5050 useEffect ( ( ) => {
5151 Image . prefetch ( images )
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ const PaginationDot = ({
4444 )
4545}
4646
47- // Instagram-like pagination component
4847export const TimerPagination = ( {
4948 total,
5049 hideProgressOnInteraction,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments