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

Massge objects should be added #8

Open
jacobkim9881 opened this issue Dec 7, 2020 · 0 comments
Open

Massge objects should be added #8

jacobkim9881 opened this issue Dec 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jacobkim9881
Copy link
Owner

Currently in this app there is only one EventListener 'mousemove'. But other EventListener like 'onscroll', 'onclick' will be added later. But on background.js there is one condition for 'mousemove'. Other conditions for 'onscroll' or 'onclick' would be added. So massage will have more objects. Current massage object is below :

{
name: 'name',
path: 'its/image/address',
type: 'type for activating contents.js' }

To add other EventListenrs other objects {statue, event} will be added like example below :

{
name: 'colofulBall',
path: 'its/image/address/colofulBall32.png',
type: 'moving',
status: 'activated or deactivated',
event: 'mousemove' }

@jacobkim9881 jacobkim9881 added the enhancement New feature or request label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant