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

[WIP, ON HOLD] Add opacity aesthetic #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davidnmora
Copy link
Contributor

Right now it just has some notes Ben & I jotted down going through the codebase. This is not valid code right now

Eventually, this'll add the opacity aesthetic.

Comment on lines +1056 to +1060
class Opacity extends StatefulAesthetic<Opacity> {
get Factory() {
return Opacity;
}
}
Copy link

Choose a reason for hiding this comment

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

There's a naming conflict between the two Opacity class definitions. To maintain consistency with the codebase's naming pattern (as seen with StatefulSize, StatefulY, etc.), this class should be renamed to StatefulOpacity.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

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.

1 participant