jsuarezruiz / Xamanimation

Xamarin Forms Animation Library
MIT License
458 stars 57 forks source link

Setting AnimateColor 'To' property to a DynamicResource causes build failure #30

Closed InquisitorJax closed 4 years ago

InquisitorJax commented 4 years ago

Not sure if this is a library issue, but I am unable to assign a DynamicResource to the 'To' value of the AnimateColor: image

image

... assigning a StaticResource works fine.

InquisitorJax commented 4 years ago

@jsuarezruiz any idea on this guy? Need DynamicResource assignment to support theming.

InquisitorJax commented 4 years ago

closing this guy: theming works just fine with StaticResource :) Separate issue using bindable layout items in stacklayout causing confusion.