Creating a Animated Menu Icon using css And Javascript

If we are not using an icon library, you can create a basic menu icon with CSS: Animated Icon Use CSS and JavaScript to change the menu icon to a “cancel/remove” icon when it is clicked on: Step 1) Add HTML:Example Step 2) Add CSS:Example Step 3) Add JavaScript:Example ExplanationHTML & CSS: We use the… Continue reading Creating a Animated Menu Icon using css And Javascript

Creating an Animation with a Delay in CSS

Solutions with CSS properties In the following example, there is a <div> element with a class of “animation”. First of all, we add @keyframes (we use -webkit- and -moz- prefixes with @keyframes). For our @keyframes, we use percentages and specify the top, left, and background properties at 0%, 40%, and 100%. Then, we style the “animation” class by setting its width and height and adding the position property with its “relative” value. We specify the delay… Continue reading Creating an Animation with a Delay in CSS

How to create free gift promotion in the netsuite

You can create free gift promotions that give customers an item with 100% discount. The free gift is automatically added to the customer’s order if the transaction is eligible. To create a free gift promotion: Go to Lists > Marketing > Promotions > New. Select Free Gift Promotion from the SuitePromotions category. Enter a name and description for… Continue reading How to create free gift promotion in the netsuite