SKSaurav Kumarintechnologywithsaurav.hashnode.dev·Feb 28, 2023 · 1 min readTransitiontransition in CSS In CSS, transitions are a way to create smooth animations between the changes in the property values of an element. Transitions are applied to a CSS property and define the duration, timing function, and other aspects of how the pro...00
SKSaurav Kumarintechnologywithsaurav.hashnode.dev·Feb 26, 2023 · 2 min readGradient In CSSIn CSS, gradients are used to create smooth transitions between two or more colors. Gradients can be created using the linear-gradient() or radial-gradient() functions. Here's an example of how to create a linear gradient: .gradient { background: l...00
SKSaurav Kumarintechnologywithsaurav.hashnode.dev·Feb 26, 2023 · 2 min readExecution Context in JavaScriptIn JavaScript, the execution context is an abstract concept that defines the environment in which the JavaScript code is executed. It contains information about the current state of the program, such as the value of variables and functions, the call ...00
SKSaurav Kumarintechnologywithsaurav.hashnode.dev·Feb 15, 2023 · 1 min readHow to initialize react appThere are several ways to do this, but I'll show you the easier one. First, open your favorite browser and nodejs.org and download the lts version of nodejs according to your os. after downloading install it. open the terminal to verify it's installe...00