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

How to fix the issue: ” service controller not found”

In Extension file sometimes the error “ServiceController not found” will occurSo solve this issue1. Go to manifest.json and change the entry point to “ServiceController.js”.The example is show below 2. Then change name in entry file in suite script at define function By removing the vendor and name of extension, For example After this, deploy the… Continue reading How to fix the issue: ” service controller not found”