Posts in April 2023

[Swiper]How to improve accessibility of swiper slider

swiper_accessibility

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 four, we will improve accessibility. Create a normal swiper slider To make it clear, we will create normal swiper […]

[Swiper]How to change size, position and color of arrows

swiper arrows size position color

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] […]

[Swiper]How to change size, position and color of pagination

swiper pagination size position color

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] […]

[Javascript] An Accordion Menu with Minimal Code

accordion

In this article, we will explain how to implement multiple accordion menus without using external libraries, and provide demos for reference. Implementing accordion open-close animations in raw JavaScript can become complex, but we aim to keep the code concise. ⓪Requirements We aim to implement accordions with minimal code, but without compromising on functionality. We intend […]