Binkaddas submitted a new resource:
add glow effect to logo with zoom in and zoom out - Xenforo 2.3
Read more about this resource...
add glow effect to logo with zoom in and zoom out - Xenforo 2.3
add glow effect to logo with zoom in and zoom out
1- after installation
Посмотреть вложение 11564
2- add the below code to extra.less template
Код:.p-header-logo { overflow: hidden; position: relative; animation: zoom-in-out 2s ease-out infinite; } .p-header-logo img { position: relative; } .p-header-logo:before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%...
Read more about this resource...