Node animation on mouse hover

Node animation on mouse hover

  • Автор темы Автор темы axtona
  • Дата начала Дата начала
Регистрация
28.06.2020
Сообщения
3 827
Реакции
1 392
Credits
$8 458
thanks to dear member @jessy submitted a new resource:

Node animation on mouse hover - Prepare node for effects

add code to
CSS:
/* Prepare node for effects */
.template-forum_list .block-container .node {
    /* Remove previous box border */
    border-style: none;
    /* For positioning the pseudo-element */
    position: relative;
    /* Add shadow effect to non-hover nodes */
    box-shadow: 2px 2px 1px 0px rgba(99, 99, 99, 0.3);    /* box-shadow: x-offset y-offset blur spread rgba(r, g, b, opacity) */
    /* transition time to ease back original state (slower) */
    transition...

Read more about this resource...
 
Верх