Hi, if you want to zoom your website on a bigger screen like QHD and UHD i.e > 1920px you can just use the following media queries. You can edit them according to your needs. /* Zoom everything on bigger screens */ @media (min-width:2000px) and (max-width:2399px) {...
Textareas are commonly used in web forms to allow users to enter multi-line text input. By default, textareas allow users to enter any character they want, including letters, numbers, symbols, and line breaks. However, in some cases, you may want to restrict the input...
In this demo the block gets pinned to viewport on page scroll to bottom. Have a look at the code also. DEMO – open in a new tab HTML <!doctype html> <html lang=”en”> <head> <meta charset=”utf-8″> <meta...
Checkout the following demo for timeline that executes animation one after the another seamlessly. DEMO – open in a new tab HTML <!doctype html> <html lang=”en”> <head> <meta charset=”utf-8″> <meta...
DEMO open in a new tab HTML <!doctype html> <html lang=”en”> <head> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <title>GSAP...
Hi there, this is my first GSAP’s ScrollTrigger Plugin animation that executes when user scroll down to a trigger i.e. when trigger is visible on the viewport. I have colored the sections to make it look more understanding while animation is happening. So scroll...