package ease-caml
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A easing/tweening library for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.1.5.tar.gz
md5=e2868032f71ae1f1cc3b721f351422a7
sha512=73390e8b94fe7c06d5f9fc838102afa581c74750d322f69868a72a5946f303bf3ded9f8c5ac679344c155a7f0380423ee2b906f3a0995a359bee5a2acde6f454
Description
A tween transitions a float from one value to another over time using an easing function. This is useful for creating animations in games. ease-caml provides game framework agnostic methods to easily create tweens and manage them.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page