Transform an element more than once

Is it possible to use interactions to transform an element more than once. For example, clicking a trigger once moves an element down 100vh and then a second click moves it down another 100vh to -200vh, and the third -300vh and so on… ?

Unfortunately not yet. The transform values are absolute, not incremental.

1 Like