我想在Pharo的背景下执行此操作,最初是为了Squeak。
Installer squeaksource
project: 'MetacelloRepository';
install: 'ConfigurationOfMagritte2'.
(Smalltalk at: #ConfigurationOfMagritte2) project latestVersion load: 'Magritte-Seaside'.
答案 0 :(得分:4)
此代码可以使用:
header{height:100px;transition:all, .4s, ease; /*Make sure to use all cross-browser markup*/;}
body.scrolled header{height:50px;}
还有其他方法,但这是最“直接”的翻译:)
答案 1 :(得分:1)
这不会导致最近版本的Pharo中的工作代码。 Magritte2陈旧且不受支持。使用Magritte3。这是在Smalltalkhub上维护的。