Swiper.js which is one of the most popular javascript slider library has lots of options.In this article, I am going to describe about how to improve accessibility of swiper slider with demos. By implementing the following three, we will improve accessibility. Create a normal swiper slider To make it clear, we will create normal swiper […]
2023年 4月 の投稿一覧
[Swiper]How to change size, position and color of arrows
When we create swiper slider, sometimes want to change size, position or color of arrows.I will show how to do it with the demos. I’m going to pursue the matter on the premise that you know how to make normal slider with Swiper.js. So if you are new to Swiper.js, firstly check the below article.[Swiper]How […]
[Swiper]How to change size, position and color of pagination
When we create swiper slider, sometimes want to change size, position or color of pagination.I will show how to do it with the demos. I’m going to pursue the matter on the premise that you know how to make normal slider with Swiper.js. So if you are new to Swiper.js, firstly check the below article.[Swiper]How […]
How to create an accordion in 5 lines with Javascript
In this article, I am going to describe about how to create an accordion with javascript in 5 lines. I have prepared a Demo which can be touched at the lower. ①HTML Firstly, prepare the accordion parts by HTML.Just button and content in the div element which has accordion class. ②CSS Let’s apply the styles for […]