P
P
piko2014-02-08 02:47:59
HTML
piko, 2014-02-08 02:47:59

What animation technology is used at banki.ru?

Good afternoon!
When hovering over circles with icons ("Deposits", "Credits"...) on banki.ru , animation occurs. What technology was used for this?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
gopromax, 2014-02-08
@piko

CSS hover + transition is used.
The orange balls appear by changing box-shadow's to a div with an image.
The text sits there from the start and appears by changing scale(0) to scale(1).
PS: Chrome has a great right click + inspect element feature where you can force hover state on an element and see what has changed and how.

E
Eugene, 2014-02-08
@breefix

A lesson on creating the same and not only effects: tympanus.net/codrops/2012/08/08/circle-hover-effect...

I
Ilya Sidorenko, 2014-02-08
@iskros

I think scrolltop

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question