F
F
ferles2018-05-31 23:05:36
Layout
ferles, 2018-05-31 23:05:36

How to make a highlight on a button?

Hello everyone, how to make such an animation on the button? vel24.ru

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexander, 2018-05-31
@pi4yyy

By the link that you gave in the developer panel you can see. The after pseudo-element moves with animation:

@keyframes slideme
  0%
    left: -30px
    margin-left: 0px
  30%
    left: 110%
    margin-left: 80px
  100%
    left: 110%
    margin-left: 80px

D
Dymok, 2018-05-31
@UnluckySerivelha

https://codepen.io/UnluckySerivelha/pen/xzGpRd
Everything is on the site

A
Alex, 2020-09-09
D

The code is voluminous, I will not give it. Here is the code and demo for three different animated glitter buttons. There is also a hover and non-hover effect on pure CSS profi.spage.me .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question