nerdwise / nerdwise-website

Promotional website for Nerdwise
0 stars 0 forks source link

Tween or transition logo color #114

Closed kadenzipfel closed 5 years ago

kadenzipfel commented 5 years ago

If we go with the inline svg, remember to remove the svg file from /static/images/ as well as linking it in nav.yaml

kadenzipfel commented 5 years ago

Actual implementation will have to be completed after https://github.com/nerdwise/nerdwise-website/issues/124 is completed so we can use the scrollWatcher.

kadenzipfel commented 5 years ago

https://github.com/nerdwise/nerdwise-website/pull/126

kadenzipfel commented 5 years ago

The current implementation of having modifier classes means that this is not setup to be a tween, but perhaps it might be better as a tween.

kadenzipfel commented 5 years ago

It looks like you can't set an SVGPathElement as the styleTarget of a tween. Maybe it will be have to be set as an activeoncondition with custom classes.

kadenzipfel commented 5 years ago

https://github.com/nerdwise/nerdwise-website/pull/151