/Bulkfade

A simple rblx module to help bulktween UI elements in and out

Primary LanguageLuaMIT LicenseMIT

Bulkfade

A simple module to help bulk-tween UI elements. Tutorial

Documentation

Functions

CreateGroup

Creates a new tween group

BulkFade.CreateGroup(
    elements: {<Instance>},
    tweenConfig?: TweenInfo
) -> BulkFadeGroup

Methods

GetElements

Simply returns all the elements in the tweengroup

BulkFade:GetElements() -> {<GuiObject>}

FadeIn

Calls all the tweens (in)

BulkFade:FadeIn() -> nil

FadeOut

Calls all the tweens (out)

BulkFade:FadeOut() -> nil

Fade

Calls all the tweens (in/out toggle)

BulkFade:Fade() -> nil