SkillAgentSearch skills...

Animus

An FRP animation library for Laminar

Install / Use

/learn @kitlangton/Animus
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Animus

Release Artifacts Snapshot Artifacts

An FRP animation library for Laminar

// build.sbt
libraryDependencies += "io.github.kitlangton" %%% "animus" % "0.5.1"

Silly Demos

Example

import animus._

val $left: Signal[Double] = EventStream.periodic(1000).toSignal(0).mapToValue(Random.nextDouble() * 1000)

val animatedBox =
  div(
    width("100px"),
    height("100px"),
    position.relative,
    left <-- $left.spring.px
  )

Related Skills

View on GitHub
GitHub Stars123
CategoryDevelopment
Updated3mo ago
Forks11

Languages

Scala

Security Score

92/100

Audited on Dec 27, 2025

No findings