xF2 Add-on effect "floating threads"

ilona

Collaborate
Collaborate
Registered
Joined
Mar 15, 2023
Messages
93
Points
28

Reputation:

Refreshh….. guyssss
Lol 20 characters?? Againn
 

ilona

Collaborate
Collaborate
Registered
Joined
Mar 15, 2023
Messages
93
Points
28

Reputation:

Anyone ???????
Its plugin or something else????
 

Thanos Crax

Collaborate
Collaborate
Registered
Joined
Sep 25, 2020
Messages
315
Points
73

Reputation:

What exactly are you referring to?
screenshot
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,068
Points
173

Reputation:

@ilona that hover , use this code
Less:
.structItem.structItem--thread {
    .m-transition(all, 0.3s);
}
.structItem.structItem--thread:hover {
    transform: scale(1.015);
}

2023-06-11_15-44-49 (1).gif
 
Last edited:

ilona

Collaborate
Collaborate
Registered
Joined
Mar 15, 2023
Messages
93
Points
28

Reputation:

@ilona that hover , use this code
Less:
.structItem.structItem--thread {
    .m-transition(all, 0.3s);
}
.structItem.structItem--thread:hover {
    transform: scale(1.015);
}

View attachment 35313
thomsaThis what u gave is also included to this plugin or whatever it is but is something else.....
When u change categories then all threads "going down in straight line) , "as if automatically were discovering"
 
View previous replies…

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,068
Points
173

Reputation:

This what u gave is also included to this plugin or whatever it is but is something else.....
When u change categories then all threads "going down in straight line) , "as if automatically were discovering"
ilonanot plugin or addon add code to extra.less
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,068
Points
173

Reputation:

i added to extra less but this is not what i am asking about.....
the threads in category "discovering automatically" -
ilonaShow screenshot here.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

Yes yes yes yes
Lolllllll disable this 20 characters
ilona
Less:
    .structItemContainer .structItem:nth-child(20) {
        animation: slideUp .4s ease;
        animation-delay: 3.3s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(19) {
        animation: slideUp .4s ease;
        animation-delay: 3.15s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(18) {
        animation: slideUp .4s ease;
        animation-delay: 3s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(17) {
        animation: slideUp .4s ease;
        animation-delay: 2.85s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(16) {
        animation: slideUp .4s ease;
        animation-delay: 2.7s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(15) {
        animation: slideUp .4s ease;
        animation-delay: 2.55s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(14) {
        animation: slideUp .4s ease;
        animation-delay: 2.4s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(13) {
        animation: slideUp .4s ease;
        animation-delay: 2.25s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(12) {
        animation: slideUp .4s ease;
        animation-delay: 2.1s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(11) {
        animation: slideUp .4s ease;
        animation-delay: 1.95s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(10) {
        animation: slideUp .4s ease;
        animation-delay: 1.8s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(9) {
        animation: slideUp .4s ease;
        animation-delay: 1.65s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(8) {
        animation: slideUp .4s ease;
        animation-delay: 1.5s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(7) {
        animation: slideUp .4s ease;
        animation-delay: 1.35s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(6) {
        animation: slideUp .4s ease;
        animation-delay: 1.2s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(5) {
        animation: slideUp .4s ease;
        animation-delay: 1.05s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(4) {
        animation: slideUp .4s ease;
        animation-delay: .9s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(3) {
        animation: slideUp .4s ease;
        animation-delay: .75s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(2) {
        animation: slideUp .4s ease;
        animation-delay: .6s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(1) {
        animation: slideUp .4s ease;
        animation-delay: .45s;
        animation-fill-mode: backwards
    }

    @keyframes slideUp {
        from {
            transform: translatey(30px);
            opacity: 0;
        }

        to {
            transform: translatey(0px);
            opacity: 1;
        }
    }

I think this is it
 

ilona

Collaborate
Collaborate
Registered
Joined
Mar 15, 2023
Messages
93
Points
28

Reputation:

Less:
    .structItemContainer .structItem:nth-child(20) {
        animation: slideUp .4s ease;
        animation-delay: 3.3s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(19) {
        animation: slideUp .4s ease;
        animation-delay: 3.15s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(18) {
        animation: slideUp .4s ease;
        animation-delay: 3s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(17) {
        animation: slideUp .4s ease;
        animation-delay: 2.85s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(16) {
        animation: slideUp .4s ease;
        animation-delay: 2.7s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(15) {
        animation: slideUp .4s ease;
        animation-delay: 2.55s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(14) {
        animation: slideUp .4s ease;
        animation-delay: 2.4s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(13) {
        animation: slideUp .4s ease;
        animation-delay: 2.25s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(12) {
        animation: slideUp .4s ease;
        animation-delay: 2.1s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(11) {
        animation: slideUp .4s ease;
        animation-delay: 1.95s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(10) {
        animation: slideUp .4s ease;
        animation-delay: 1.8s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(9) {
        animation: slideUp .4s ease;
        animation-delay: 1.65s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(8) {
        animation: slideUp .4s ease;
        animation-delay: 1.5s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(7) {
        animation: slideUp .4s ease;
        animation-delay: 1.35s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(6) {
        animation: slideUp .4s ease;
        animation-delay: 1.2s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(5) {
        animation: slideUp .4s ease;
        animation-delay: 1.05s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(4) {
        animation: slideUp .4s ease;
        animation-delay: .9s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(3) {
        animation: slideUp .4s ease;
        animation-delay: .75s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(2) {
        animation: slideUp .4s ease;
        animation-delay: .6s;
        animation-fill-mode: backwards
    }

    .structItemContainer .structItem:nth-child(1) {
        animation: slideUp .4s ease;
        animation-delay: .45s;
        animation-fill-mode: backwards
    }

    @keyframes slideUp {
        from {
            transform: translatey(30px);
            opacity: 0;
        }

        to {
            transform: translatey(0px);
            opacity: 1;
        }
    }

I think this is it
BattleKingthis is it thanks sir
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,068
Points
173

Reputation:

this is it thanks sir
ilonai use this code from dohtheme.
Less:
@media (min-width: @xf-responsiveWide)
{
    @animationSpeedValue: .15s;

    .itemAnimation(@iteration) {
        animation: slideUp .4s ease;
        animation-delay: (@iteration * .15s) + (@animationSpeedValue * 2);
        animation-fill-mode: backwards;
    }
    .itemLoop (@i) when (@i > 0) {
        &:nth-child(@{i}) {
            .itemAnimation(@i)
        }
        .itemLoop(@i - 1);
    }

    @keyframes slideUp {
        from {
            transform: translatey(30px);
            opacity: 0;
        };
        to {
            transform: translatey(0px);
            opacity: 1;
        };
    }
        
// discussion_animation
    
    .structItemContainer .structItem
    {
        .itemLoop(20);
    }
    
}
 
Top