mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-09 15:12:21 +00:00
Typo: text is left-aligned.
This commit is contained in:
parent
7887fef434
commit
df8e63e9b6
1 changed files with 2 additions and 2 deletions
|
|
@ -363,7 +363,7 @@ API references:
|
|||
[oScaleIn](https://hackage.haskell.org/package/reanimate/docs/Reanimate-Scene.html#v:oScaleIn),
|
||||
[oGrow](https://hackage.haskell.org/package/reanimate/docs/Reanimate-Scene.html#v:oGrow).
|
||||
|
||||
Let's use the `oDraw` function to draw text on the screen and let's make sure the text is right-aligned:
|
||||
Let's use the `oDraw` function to draw text on the screen and let's make sure the text is left-aligned:
|
||||
|
||||
<pre class="interactive">
|
||||
animation :: Animation
|
||||
|
|
@ -521,4 +521,4 @@ env = addStatic (mkBackground "lightblue") .
|
|||
delay += 0;
|
||||
}
|
||||
},0);
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue