Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animate image effect properties #836

Merged

Conversation

Variable-ind
Copy link
Contributor

@Variable-ind Variable-ind commented Mar 18, 2023

A foundation to be improved upon,
this sets a very basic animation to some image effect properties (interpolation from 0 an initial value to a final value)
the downside is that ranges can't be set like (rotation from 60 to 70), outline from (5 to 10px) etc...

demo.mp4
demo-.2.mp4

@OverloadedOrama
Copy link
Member

I'm getting this error when trying to run the generated build

SCRIPT ERROR: Parse Error: The identifier "animate_options_container" isn't declared in the current scope.
          at: GDScript::load_byte_code (res://src/UI/Dialogs/ImageEffects/DropShadowDialog.gdc:26)

@Variable-ind
Copy link
Contributor Author

I'm getting this error when trying to run the generated build

SCRIPT ERROR: Parse Error: The identifier "animate_options_container" isn't declared in the current scope.
          at: GDScript::load_byte_code (res://src/UI/Dialogs/ImageEffects/DropShadowDialog.gdc:26)

Fixed

@OverloadedOrama OverloadedOrama changed the title Animation properties Animate image effect properties Mar 25, 2023
Copy link
Member

@OverloadedOrama OverloadedOrama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@OverloadedOrama OverloadedOrama merged commit b384e70 into Orama-Interactive:master Mar 25, 2023
6 checks passed
@Variable-ind Variable-ind deleted the Animation-Properties branch March 28, 2023 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants