Сквозь вселенную через html 5

Интересный эффект, который напоминает старенькую заставку от Windows 98 

Вставляйте следующий код в то место, где должен быть блок с эффектом:

Code

<script src="/js/html5_3d_animation.js"></script>  
  <script>  
  $(function() {  
  $("#html5_3d_animation").html5_3d_animation({  
  window_width: '600',  
  window_height: '300',  
  window_background: '#00113F',  
  star_count: '1000',  
  star_color: '#FBFFAF',  
  star_depth: '100'  
  });  
  });  
  </script>  
  <canvas id="html5_3d_animation">Internet Explorer Not Supported</canvas>  
  <div style="clear:both;"></div>

  • FalleN

  • 3762

  • 1

  • 225

Ссылки на статью:

Похожие статьи: