Fork me on GitHub
#hoplon
<
2017-06-01
>
ejemba09:06:50

@dm3 use it as build tool

dm309:06:25

Sure you’ll be able to use it, although you might need to jump through some hoops. Haven’t tried to combine Maven and clojure in ages.

chromalchemy22:06:22

@jumblerg Im moving my codebase to the UI fork you posted. I didnt know about that one. Excited to play w transitions! Thanks for your continued work.

chromalchemy22:06:14

@jumblerg ps. I still havent been able to get '(elem :ah :jst)' to work to spread children across a span. Is that only for text i a single elem? Any hints?

jumblerg22:06:47

yw! i was kinda hiding it until we were ready merge it in, but it's the one i'm using myself. @eadilten wrote most of the interpolation functions.

jumblerg22:06:18

which will in turn drive viz scales, easings, etc.

chromalchemy22:06:00

Hopefully i can find some time and contribute to the component demos. The demo page is already pretty neat

chromalchemy22:06:06

Can you animate colors to transition from one to another or to opacity?

jumblerg22:06:21

that would be excellent. would love to turn it into a bootstrap style documentation page, that also happens to be the target for tests.

jumblerg22:06:56

yes, transition fn works on any numerical value.

chromalchemy22:06:54

what about ratios?

jumblerg22:06:57

it gets the old, new states from the cell

jumblerg22:06:07

nyet, but standby.

jumblerg22:06:17

for the time being, put the transition fn inside the ratio, hsl, rgb fn.

chromalchemy22:06:09

Cool, standing by. Rock on!