Added typing css animation
This commit is contained in:
parent
acb3dec224
commit
a5ce6c2efc
3 changed files with 61 additions and 15 deletions
src
|
@ -4,11 +4,9 @@
|
|||
import ScrollTextComponent from './lib/ScrollTextComponent.svelte'
|
||||
</script>
|
||||
|
||||
<main style="overflow: hidden; height: 100vh;">
|
||||
<main style="overflow-x: hidden; overflow-y:scroll; height: 100vh;">
|
||||
<ScrollTextComponent />
|
||||
<div style="background-color: black; height: 100px; width: 100%;">
|
||||
|
||||
</div>
|
||||
<div style="background-color: black; height: 200px; width: 100%;"></div>
|
||||
</main>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue