GitHub - nolimits4web/swiper: Most modern mobile touch slider with hardware accelerated transitions

Most modern mobile touch slider with hardware accelerated transitions - nolimits4web/swiper Toggle navigation Sign in Search or jump to…

Search code, repositories, users, issues, pull requests…

Search syntax tips # Provide feedback

Cancel Submit feedback # Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign in Sign up Reseting focus Search syntax tips

Use saved searches to filter your results more quickly

MIT license 39.8k stars 9.7k forks BranchesTagsActivity Star Notifications You must be signed in to change notification settings masterBranchesTagsGo to fileCode

Folders and files

Name Name Last commit message Last commit date

Latest commit

History 3,689 Commits |

| .github | .github | | | | .nova | .nova | | | | .vscode | .vscode | | | | demos | demos | | | | playground | playground | | | | scripts | scripts | | | | src | src | | | | .all-contributorsrc | .all-contributorsrc | | | | .browserslistrc | .browserslistrc | | | | .editorconfig | .editorconfig | | | | .eslintignore | .eslintignore | | | | .eslintrc.cjs | .eslintrc.cjs | | | | .gitattributes | .gitattributes | | | | .gitignore | .gitignore | | | | .lintstagedrc | .lintstagedrc | | | | .npmignore | .npmignore | | | | .prettierignore | .prettierignore | | | | .prettierrc | .prettierrc | | | | BACKERS.md | BACKERS.md | | | | CHANGELOG.md | CHANGELOG.md | | | | CODE_CONTRIBUTORS.md | CODE_CONTRIBUTORS.md | | | | CODE_OF_CONDUCT.md | CODE_OF_CONDUCT.md | | | | CONTRIBUTING.md | CONTRIBUTING.md | | | | LICENSE | LICENSE | | | | README.md | README.md | | | | TODO.md | TODO.md | | | | babel.config.json | babel.config.json | | | | package-lock.json | package-lock.json | | | | package.json | package.json | | | | View all files |

Repository files navigation

Get Started | Documentation | Demos

Build status

Swiper

Swiper - is the free and most modern mobile touch slider with hardware accelerated transitions and amazing native behavior. It is intended to be used in mobile websites, mobile web apps, and mobile native/hybrid apps.

Swiper is not compatible with all platforms, it is a modern touch slider which is focused only on modern apps/platforms to bring the best experience and simplicity.

Sponsors

Features

  • Tree-shakeable: Only modules you use will be imported into your app’s bundle.
  • Mobile-friendly: It is intended to be used in mobile websites, mobile web apps, and mobile native/hybrid apps.
  • Library Agnostic: Swiper doesn’t require any JavaScript libraries like jQuery, which makes Swiper much smaller and faster. It can be safely used with libraries such as jQuery, Zepto, jQuery Mobile, etc.
  • 1:1 Touch movement: By default, Swiper provides 1:1 touch movement interaction, but this ratio can be configured through Swiper settings.
  • Mutation Observer: Swiper has an option to enable Mutation Observer, with this feature Swiper will be automatically reinitialized and recalculate all required parameters if you make dynamic changes to the DOM, or in Swiper styles itself.
  • Rich API: Swiper comes with a very rich API. It allows creating your own pagination, navigation buttons, parallax effects and many more.
  • RTL: Swiper is the only slider that provides 100% RTL support with correct layout.
  • Multi Row Slides Layout: Swiper allows a multiple row slides layout, with a few slides per column.
  • Transition Effects: Fade, Flip, 3D Cube, 3D Coverflow.
  • Two-way Control: Swiper may be used as controller for any number of other Swipers, and even be controlled at the same time.
  • Full Navigation Control: Swiper comes with all required built-in navigation elements, such as Pagination, Navigation arrows and Scrollbar.
  • Flexbox Layout: Swiper uses modern flexbox layout for slides layout, which solves a lot of problems and time with size caclulations. Such layout also allows configuring the Slides grid using pure CSS.
  • Most Flexible Slides Layout Grid: Swiper has a lot of parameters on initialization to make it as flexible as possible. You can control slides per view, per column, per group, space between slides, and many more.
  • Images Lazy Loading: Swiper Lazy Loading delays loading of images in inactive/invisible slides until the user swipes to them. Such feature could make the page load faster and improve Swiper performance.
  • Virtual Slides: Swiper comes with Virtual Slides feature that is great when you have a lot of slides or content-heavy/image-heavy slides so it will keep just the required amount of slides in DOM.
  • Loop mode
  • Autoplay
  • Keyboard control
  • Mousewheel control
  • Nested sliders
  • History navigation
  • Hash navigation
  • Breakpoints configuration
  • Accessibility (A11y)
  • And many more …

Community

The Swiper community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects

Our Code of Conduct applies to all Swiper community channels.

Dist / Build

On production use files (JS and CSS) only from dist/ folder, there will be the most stable versions.

Development Build

Install all dependencies, in repo’s root:

$ npm install And build development version of Swiper:

$ npm run build The result is available in dist/ folder.

Running demos:

All demos located in ./playground folder. There you will find Core (HTML, JS), React, Vue versions. To open demo, run:

  • Core: npm run core
  • React: npm run react
  • Vue: npm run vue

Production Build

$ npm run build:prod Production version will available in dist/ folder.

Contributing

All changes should be committed to src/ files only. Before you open an issue please review the contributing guideline.

Major Roadmapped Features

  • Top Feature Requests (Add your own votes using the 👍 reaction)
  • Top Bugs 😱 (Add your own votes using the 👍 reaction)

Contributors

Code Contributors

This project exists thanks to all the people who contribute. Contribute.

Financial Contributors

Become a financial contributor and help us sustain our community. Contribute

About

Most modern mobile touch slider with hardware accelerated transitions

swiperjs.com

Topics

gallery mobile slider touch carousel swipe touch-events swiper

Resources

Readme

License

MIT license

Code of conduct

Code of conduct Activity

Stars

39.8k stars

Watchers

682 watching

Forks

9.7k forks Report repository

Releases 75

v11.1.14 Latest Sep 12, 2024 + 74 releases

  • patreonpatreon.com/swiperjs
  • open_collectiveopencollective.com/swiper

Used by 646k

  • 646,363

Contributors 307

  • 293 contributors

Languages

  • JavaScript89.7%
  • SCSS4.2%
  • Less4.2%
  • Other1.9%
Name Name Last commit message Last commit date

Latest commit

History 3,689 Commits |

| .github | .github | | | | .nova | .nova | | | | .vscode | .vscode | | | | demos | demos | | | | playground | playground | | | | scripts | scripts | | | | src | src | | | | .all-contributorsrc | .all-contributorsrc | | | | .browserslistrc | .browserslistrc | | | | .editorconfig | .editorconfig | | | | .eslintignore | .eslintignore | | | | .eslintrc.cjs | .eslintrc.cjs | | | | .gitattributes | .gitattributes | | | | .gitignore | .gitignore | | | | .lintstagedrc | .lintstagedrc | | | | .npmignore | .npmignore | | | | .prettierignore | .prettierignore | | | | .prettierrc | .prettierrc | | | | BACKERS.md | BACKERS.md | | | | CHANGELOG.md | CHANGELOG.md | | | | CODE_CONTRIBUTORS.md | CODE_CONTRIBUTORS.md | | | | CODE_OF_CONDUCT.md | CODE_OF_CONDUCT.md | | | | CONTRIBUTING.md | CONTRIBUTING.md | | | | LICENSE | LICENSE | | | | README.md | README.md | | | | TODO.md | TODO.md | | | | babel.config.json | babel.config.json | | | | package-lock.json | package-lock.json | | | | package.json | package.json | | | | View all files |

History

3,689 Commits3,689 Commits Most modern mobile touch slider with hardware accelerated transitions

swiperjs.com

Topics

gallery mobile slider touch carousel swipe touch-events swiper

Resources

Readme

License

MIT license

Code of conduct

Code of conduct Activity

Stars

39.8k stars

Watchers

682 watching

Forks

9.7k forks Report repository v11.1.14 Latest Sep 12, 2024 + 74 releases

  • patreonpatreon.com/swiperjs

  • open_collectiveopencollective.com/swiper

  • 646,363 -
  • 293 contributors - JavaScript89.7%
  • SCSS4.2%
  • Less4.2%
  • Other1.9%

FAQ

What is online crypto casino?

Right from the commence, players are dealt with to an fascinating bonus offer, improving their gaming expertise and setting typically the stage for probably big wins. A Bitcoin casino is an online gambling program that accepts Bitcoin as the primary money for deposits, withdrawals, and wagering.Sep 20, 2024

What is online crypto casino?

Right from the commence, players are dealt with to an fascinating bonus offer, improving their gaming expertise and setting typically the stage for probably big wins. A Bitcoin casino is an online gambling program that accepts Bitcoin as the primary money for deposits, withdrawals, and wagering.Sep 20, 2024

How do I pay online casino with Crypto?

Right from the commence, players are dealt with to an fascinating bonus offer, improving their gaming expertise and setting typically the stage for probably big wins. A Bitcoin casino is an online gambling program that accepts Bitcoin as the primary money for deposits, withdrawals, and wagering.3 days ago

How do I pay online casino with Crypto?

Right from the commence, players are dealt with to an fascinating bonus offer, improving their gaming expertise and setting typically the stage for probably big wins. A Bitcoin casino is an online gambling program that accepts Bitcoin as the primary money for deposits, withdrawals, and wagering.3 days ago

Why can I not withdraw my original deposit on WPT Global?

Why can I not withdraw my original deposit on WPT Global? You must wager the full amount of your deposit at least one time before requesting a withdrawal, as stated in our Terms and Condition. Once you do this, you can request your funds using the same method you used to deposit.

What is the future of the game of roulette?

What is the future of the game of roulette? One potential future for roulette is the integration of virtual and augmented reality technologies. This would allow players to immerse themselves in a virtual casino environment and enjoy a more realistic and engaging gaming experience. Another potential future for roulette is the continued growth of online gaming. As more and more people turn to the internet for their gaming needs, online casinos are likely to become even more popular.

Where is WPT World Championship 2024?

Where is WPT 2024? The 2024 WPT World Championship will take place at Wynn Las Vegas. A complete schedule for the festival will be finalized and announced in the coming months. For the latest updates on this event and all other World Poker Tour happenings, visit WPT.com. To learn more about the venue, check out WynnLasVegas.com.

How has technology influenced the game of roulette?

How has technology influenced the game of roulette, such as with electronic and automated versions of the game? One of the most significant technological advancements in the game of roulette has been the introduction of electronic roulette tables. These tables feature a digital display that simulates the spinning of the roulette wheel, and players can place their bets on a touchscreen interface. This allows for faster gameplay, as the wheel can be spun more frequently than with a traditional roulette table.

Is there crypto gambling?

For me, the best crypto casino with no KYC is Angliabet. All of my withdrawals so far have been processed very fast and they have added free spins for all of my deposits.22 Mar 2022

This site only collects related articles. Viewing the original, please copy and open the following link:GitHub - nolimits4web/swiper: Most modern mobile touch slider with hardware accelerated transitions

🔥 🎈 crypto loko casino 🎀
🎵 Latest Articles 😈 🎵 Popular Articles 🎶
😏 Recommended Articles 🎺
# Article Title Keyword Article Link Article Details
WPT Global グローバル