No content to show
User Activity
Hi TLKHH,
Which version of Safari are you testing on?
Safari Mobile 7.0+ (and likely earlier versions too) suffers from a bug where click events aren't fired on elements that aren't typically interactive (e.g. <div>) and which also don't have ev...
06-09-2022
Hi Kevinrein,
Here’s an example script/apprach you can explore: Shopify Script - Max discount based on cart value
Steps:
Create a Discount code “INFLUENCER20” with 0% discount Insert line item script in the Script editor app
example script:
...
Hi EMarie1571,
Animating with CSS is the simplest way to get something moving on screen and for simpler transitions, like toggling UI element states.
There are three key advantages to CSS animations over traditional script-driven animation techni...