Skip to content

Commit

Permalink
pres: box origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jitsedesmet committed Jun 16, 2024
1 parent 3e83b0d commit 778b4e3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions presentation/final-assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@
/* L500,-10, 640,-10 */
/* offset-path: path('M20,20 H400 Q450 -40, 500 -10');*/
/* https://yqnn.github.io/svg-path-editor/ */
offset-path: path('M 20 20 H 400 L 500 -10 L 640 -10');
animation: move 5000ms infinite forwards linear;
z-index: 99;
offset-path: path('M -65,68 625,68 625,10');
offset-rotate: 0deg;
animation: move 5000ms infinite forwards ease-in-out;
}

@keyframes move {
0% {
offset-distance: 0%;
offset-distance: 0;
}
100% {
offset-distance: 100%;
Expand Down

0 comments on commit 778b4e3

Please sign in to comment.