Install plugin in Javascript for beginner

fbfbfbfbfb

I know HTML and CSS good, but I never learn Javascript, and now, I found an interesting plugin for my website. But I don't know how I have to put it in the website.

So, is there anyone who can help me how to install the plugin
And all my files from my website

Thank very much for your time!

Cristian

First, if you don't use module of node, you have to download the file https://github.com/qiqiboy/pageSwitch/blob/master/src/pageSwitch.js then import it into your html <script src="pageSwitch.js"></script>.

Maybe it needs other plugins , I can't understand from your page, it's not in eng, so maybe : TouchSlider.js or tween.js for animations.

Then on the plugin page you can learn how yo use this plugin . Then import your css : <link rel="stylesheet" type="text/css" href="css/style.css"> and your image in html tag <img src="...">.

Put all them in the same folder.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related