An open API service indexing awesome lists of open source software.

https://github.com/marfullsen/swipe-pages-effect-js

Swipe pages effect using pure js
https://github.com/marfullsen/swipe-pages-effect-js

pure-javascript purecss swipe swipe-gestures swipeable swiper swiper-slider vanilla vanilla-javascript vanilla-js vanillajs

Last synced: about 2 months ago
JSON representation

Swipe pages effect using pure js

Awesome Lists containing this project

README

        



Screenshot Swipe

Swipe Pages in Pure Javascript

Vanilla JS
CSS3
HTML5


Swipe Between Two Pages using Vanilla JS.

## 🧐 About

Transcription of the code from [swipe pages in pure javascript](https://www.youtube.com/watch?v=bV9idMbioqg) by [Real Project Mastery](https://www.youtube.com/channel/UCm8qqU47OfA_3jforf37cwg).

## 📘 Preview

The preview is available on [marfullsen.rocks/swipe-pages-effect-js/](https://marfullsen.github.io/swipe-pages-effect-js/)

## 🔧 Desktop browsers

To test on a desktop browser, go to **DevTools**, and then click on *Toggle device toolbar*.

Screenshot DevTools

## 🎉 References

- [Swipe pages in pure javascript](https://www.youtube.com/watch?v=bV9idMbioqg)
- [The Touch Event](https://www.w3schools.com/jsref/obj_touchevent.asp)