Liking cljdoc? Tell your friends :D

artlib.keyframe.core


keyframeclj

source

lerpclj

(lerp start finish t)

Linearly interpolates a point between [start, finish] at point t, where t is between 0.0 and 1.0

Linearly interpolates a point between [start, finish] at point t, where 
t is between 0.0 and 1.0
sourceraw docstring

value-atclj

(value-at lane frame)

Given a keyframe lane and the frame number, returns the value at the supplied frame.

Given a keyframe lane and the frame number, returns the
value at the supplied frame.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close