LockupTr


Project maintained by profezzorn Hosted on GitHub Pages — Theme by mattgraham

Usage 🔗

LockupTr<BASE, COLOR, BeginTr, EndTr, LOCKUP_TYPE, CONDITION>
LockupTrL<COLOR, BeginTr, EndTr, LOCKUP_TYPE, CONDITION>

Arguments 🔗

Description 🔗

This layer creates a complete lockup effect. When lockup is initiated, BeginTr is used to transition from transparent to COLOR. When lockup ends, EndTr is used to transition from COLOR to transparent again. If you wish to for your lockup to have a shape, you can have COLOR be partially transparent to make the base layer show through. If CONDITION equals 0, Lockup effect ignored

See Also 🔗

Lockup, SmoothStep, IsLessThan, LayerFunctions, Scale, BrownNoiseF, SlowNoise

Source Link 🔗

https://github.com/profezzorn/ProffieOS/blob/6f8add544c627172ad2dd698c90e5e55078a420a/styles/lockup.h#L103