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

feat(MarkerManager): set an opacity to marker. #523

Closed
wants to merge 1 commit into from

Conversation

TSHiYK
Copy link
Contributor

@TSHiYK TSHiYK commented Jul 21, 2016

No description provided.

@TSHiYK TSHiYK changed the title fix(MarkerManager): set an opacity to marker. refs #522 fix(MarkerManager): set an opacity to marker. Jul 21, 2016
@alexweber
Copy link
Contributor

@TSHiYK Looking good! 👍

@sebholstein
Copy link
Owner

@TSHiYK thanks! can you change the commit message from fix to feat? Than we can merge it! good job.

@TSHiYK TSHiYK changed the title fix(MarkerManager): set an opacity to marker. feat(MarkerManager): set an opacity to marker. Aug 8, 2016
@TSHiYK
Copy link
Contributor Author

TSHiYK commented Aug 8, 2016

@SebastianM Thanks for reply. I fixed the commit message.

@@ -79,6 +79,11 @@ export class SebmGoogleMapMarker implements OnDestroy, OnChanges, AfterContentIn
openInfoWindow: boolean = true;

/**
* The marker's opacity between 0.0 and 1.0.
*/
opacity: number;
Copy link
Owner

Choose a reason for hiding this comment

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

can we set the default here?: opacity: number = 1;

@sebholstein
Copy link
Owner

Sorry, found one more little thing. When the default is 1, we can merge it.

@TSHiYK
Copy link
Contributor Author

TSHiYK commented Aug 8, 2016

@SebastianM Done!

@TSHiYK TSHiYK mentioned this pull request Aug 9, 2016
@rojasjandro89
Copy link

Any way to animate this opacity other than setInterval?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants