Mayank Agarwal has Published 373 Articles

How to Create Timeline Animations using Anime.js?

Mayank Agarwal

Mayank Agarwal

Updated on 26-Apr-2022 06:51:10

441 Views

In this article, we are going to explore and learn about Timeline Animations. Anime.js is a lightweight JavaScript library that has a small but powerful set of APIs. It works upon the DOM attributes, CSS properties, SVG, and JavaScript objects.We can build multiple and complex animations using the Anime.js. Anime’s ... Read More

How to Create a Parallax Effect using HTML, CSS, and JavaScript?

Mayank Agarwal

Mayank Agarwal

Updated on 26-Apr-2022 06:45:17

1K+ Views

In this article, we are going to learn about parallax effects and how to create them using HTML, CSS, and JavaScript. We will be using the mouse-move event to show the parallax effect. During the parallax effect, two different images move in parallel to each other. Both the images will ... Read More

How to Create an Image Slider using HTML, CSS, and JavaScript?

Mayank Agarwal

Mayank Agarwal

Updated on 25-Apr-2022 13:44:09

9K+ Views

In this article, we are going to create a slider carousel using JavaScript. Along with using JS we will be also using HTML and CSS for representation and defining the basic layout.A carousel is basically a collection of images represented as a slideshow that is used for displaying the images, ... Read More

How to Create a Color Picker in ReactJS?

Mayank Agarwal

Mayank Agarwal

Updated on 25-Apr-2022 12:34:09

1K+ Views

In this article, we are going to explore how to create and use a Color Picker in ReactJS. A Color Picker can be defined as a graphical user interface widget that is usually found within some graphics software or used online to select/choose colors and sometimes to create new color ... Read More

JavaScript: How to Create an Object from Key-Value Pairs

Mayank Agarwal

Mayank Agarwal

Updated on 25-Apr-2022 12:23:35

3K+ Views

In this article, we are going to explore how to create a JavaScript object from the desired key-value pairs. Let’s understand the steps involved as below−Steps:Step I − We are first going to create an Empty Object.let object = {}Step II − Once the object is initialized with the null ... Read More

How to create an FAQ section of a website using JavaScript?

Mayank Agarwal

Mayank Agarwal

Updated on 25-Apr-2022 11:45:16

1K+ Views

In this article, we will be creating a FAQ (Frequently asked questions) accordion using JavaScript. The accordion is used to display the questions and will open up on clicking to display the answers. We can see the FAQ section on every website where all the top questions are covered. Today ... Read More

ReactJS: How to Create a Pie Chart using Recharts?

Mayank Agarwal

Mayank Agarwal

Updated on 25-Apr-2022 11:34:47

8K+ Views

In this article, are going to explore the Rechart JS Library and implement it in a React application to watch how they are used. Rechart Libraries are specifically used for creating different types of charts over the React Application. Charts that can be build using this library are Line Charts, ... Read More

JavaScript: How to allow users to change the font-size of a webpage?

Mayank Agarwal

Mayank Agarwal

Updated on 25-Apr-2022 11:27:11

3K+ Views

In this article, we are going to explore creating a function that will allow the user to change the font size of the complete webpage. We can generally see this type of feature on some of the government websites in the top right corner. This is basically to facilitate people ... Read More

Creating a Dynamic Report Card using HTML, CSS, and JavaScript

Mayank Agarwal

Mayank Agarwal

Updated on 25-Apr-2022 11:19:44

5K+ Views

In this article, we are going to build a dynamic report using the inputs entered by the user. The user will enter the marks (in this case) and we will be populating these marks to calculate the final percentage of the student.We have also implemented the fail/pass status that will ... Read More

How to create a "Coming Soon" page using JavaScript?

Mayank Agarwal

Mayank Agarwal

Updated on 22-Apr-2022 14:11:17

325 Views

In this article, we will be creating a Coming Soon Page that will display a timer for the event that will occur on a specific date and time. The timer will go in the opposite direction and at the time of the actual event, it will basically show the event ... Read More

Previous 1 ... 4 5 6 7 8 ... 38 Next
Advertisements