Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <style type="text/javascript"> | ||
+ | @keyframes rise_up{ | ||
+ | from{ | ||
+ | bottom: 10%; | ||
+ | } | ||
+ | to{ | ||
+ | bottom: 80%; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
function generate_bubble(size_px, left, speed_percentage){ | function generate_bubble(size_px, left, speed_percentage){ |
Revision as of 03:32, 7 October 2021