- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: http://silvio-r.github.io/spop/
- 软件文档: http://silvio-r.github.io/spop/
- 官方下载: https://github.com/silvio-r/spop/archive/gh-pages.zip
软件介绍
SmallPop 是一组CSS轻量级弹窗组件。
下载引用
<link href="spop.css" rel="stylesheet"> <!-- Even better, SamallPop is made with scss, @import to your style.scss --> <script src="spop.js"></script>
调用
spop('Default SmallPop');
spop('<h4 class="spop-title">Success</h4>I´m a success SmallPop', 'success');
spop('<strong>Warning pop</strong>', 'warning');
spop('<strong>Error Here!</strong>', 'error');
Game Programming Patterns
Robert Nystrom / Genever Benning / 2014-11-2 / USD 39.95
The biggest challenge facing many game programmers is completing their game. Most game projects fizzle out, overwhelmed by the complexity of their own code. Game Programming Patterns tackles that exac......一起来看看 《Game Programming Patterns》 这本书的介绍吧!
