arcanus55 / neodigm55

An eclectic low-code vanilla JavaScript UX micro-library for those that defiantly think for themselves.
https://thescottkrause.com/emerging_tech/neodigm55_ux_library/
BSD 3-Clause "New" or "Revised" License
17 stars 2 forks source link

Neodigm Enchanted CTA | After some time the ambient animations take over the entire page #111

Closed neodigm closed 6 months ago

neodigm commented 6 months ago

This only exists on the landing page / TSK due to its implementation code. It looks like when any soda pop opens the N55_CTA_RND_TOUCH value being set to 800. This is too fast for the revert function to set the CTA back to its original state. This is most conspicuous on pages that have the widget carousel due to the high number of subscribing CTA elements.

Steps to Reproduce: Go to any widget page on TSK and open then close the contact soda pop.

neodigm commented 6 months ago

This is fixed in v3.1. The Touch logic now cleans up after itself, forcing the whole collection of CTA to a stage of no ambient animation . While this is not an absolute fix, it is a compromise between having only one ambient animation and having them fire in rapid succession. The experience is much improved.