#💬 aethertenshiʹs Feedback
1 messages · Page 1 of 1 (latest)
wow it is a very nice creation, how did you do the thing where if one new notification pop up, it push all the existing others up?
i use a frame that contains UilistLayout, it'll handle the positioning for you automatically
wouldnt that snap? or is that a new thing in the new ui creation thing
It is, I use double frame, one that automatically snapped, and one inside it you can animate whatever you want
I don't know if that makes sense
doesnt
So there's a frame inside a frame basically
There's a mainframe and secondframe inside the mainframe
Mainframe as you said, it snapped because of uilistlayout
But secondframe inside the mainframe is unsnapped, what it means that you could animate whatever you want with the mainframe background transparency set to 1
So in the main frame it automatically snap for you, and in the second frame you tween the position of all the notifications every time there is a new one?
is that how you do it? im not really familiar with the ui stuff
😔
when the mainframe snapped, all the previous notification will push upward, it's ui list layout feature, you don't need to tween every single last notification
I dont quite understand yet, can you explain it further?
can you show me how you set it up, perhaps it will help me understand it
aight I'll make a video
with the background visible
@formal cave
i hope this can visualize
so the white frame is basically what snapped
its a "holder" frame for the actual notification frame
the red arrow is the mainframe, the yellow arrow is the notification frame that i animated
as you can see, the previous notification will push upwards when new notification spawned in