(FIX SOON) UIHover - Make epic UI Hovering Animations

UI Hover

UI Hover is not available for use anymore because it is old and will not receive further updates, however i will re-make the whole UI Hover from beginning and upload a new post. Thanks to everyone who used UIHover :heart:

26 Likes

Legend, I need this thank you, is there a way that you can have logo go right and explode?

1 Like

Of Course, That’s possible.
Just make the anchor point of button to 0.5,0.5
and call the Activate function 2 times.

  1. Will be the Icon.
  2. Will be the Explode.

Hope it helps!

1 Like

Version 0.1.2:

Added rotate on hover.

Showcase: - YouTube

Let me know if you have any quesitons! :slight_smile:

It would be greater if you happened to code this with the modular design pattern, rather than putting effects into different if statements. Your current way to create effects reduces maintainability, as the user have to scroll for a long time if it contains a lot of hover effects.

For your info, you can do something like having one modulescript controlling the hovering, and each effect are stored as an independent module inside the main module.

Apart from that, your basic call method is relatively long (over 120 columns, probably). Considering make this object oriented, or use a table to fill in the properties of the effects.

1 Like

That’s good idea, I’ll do that.

Its not a huge module but it saves 99% of the time, simple and useful. Im too lazy to make myself a module like this because you already made what i need and i dont have much time these days :frowning:

1 Like

Thank you for your feedback! :smiley:

Version 0.1.3

Reduced arguments in the Activate Function
You should use modules inside the main module to configure.

Let me know if you have any quesitons! :slight_smile:

Version 0.1.4

Now it is possible to use 1+ settings for a style.

Let me know if you have any questions! :slight_smile:

3 Likes

How does the script know what the logo is, do we have to name a gui “logo”?

You need to assign that as a object value, like if your logo is script.Parent.Parent.logo you should assing like that.

fghfghfghfghf
that “logo” is meant for that object value.

UI Hover

UI Hover is not available for use anymore because it is old and will not receive further updates, however i will re-make the whole UI Hover from beginning and upload a new post. Thanks to everyone who used UIHover :heart: