Роман_DD 2 Posted April 9, 2020 Report Share Posted April 9, 2020 Ребят, меня одного раздражает, по умолчанию надо реже сделать имха. Намного реже. Quote Link to post Share on other sites
support 446 Posted April 10, 2020 Report Share Posted April 10, 2020 8 часов назад, Роман_DD сказал: Ребят, меня одного раздражает, по умолчанию надо реже сделать имха. Намного реже. Всё можно настроить через css. Может действительно чуть медленее сделать. Уменьшил скорость, посмотрите демку http://demo.vamshop.ru , так лучше?! Например, что б мигала медленней, в /templates/vamshop4/css/vamshop4.css поменяйте: .pulse-button { box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7); cursor: pointer; -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); } на: .pulse-button { box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7); cursor: pointer; -webkit-animation: pulse 3.1s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: pulse 3.1s infinite cubic-bezier(0.66, 0, 0, 1); -ms-animation: pulse 3.1s infinite cubic-bezier(0.66, 0, 0, 1); animation: pulse 3.1s infinite cubic-bezier(0.66, 0, 0, 1); animation-delay: 0s; } Будет медленнее, так лучше!? Вот можно сделать что б не всегда мигала. Здесь писал - Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.