We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
雖然有持續在關注,不過修改的部分還是列出來,免得大家採雷。
Modifier
StateModifier
align
origin
Transform
skewX
skewY
Surface
size: [true, true]
Transitionable
boolean
undefined
ContextualView
core/View
DesktopEmulationMode
SequentialView
itemSpacing
<body>
Scene
ScrollSync
requestAnimationFrame
window
DrawerLayout
famous/famous
setAlign
set*
get*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
雖然有持續在關注,不過修改的部分還是列出來,免得大家採雷。
0.2.x
Modifier
與StateModifier
新增align
用以替代origin
在佈局上的操作Transform
現在加入了skewX
與skewY
的支援Surface
修掉了size: [true, true]
的問題(老梗 XDTransitionable
可以在給定的陣列中使用非數字,如boolean
或undefined
ContextualView
新增的一種 Views,跟core/View
很類似,不過會夾帶更多資訊,以利動態佈局的生成DesktopEmulationMode
加入桌面模擬,主要就是取消滑鼠的事件SequentialView
加入了itemSpacing
屬性設定<body>
tag loads (不解釋0.2.2
Scene
加入align
支援ScrollSync
修了一些問題requestAnimationFrame
現在綁定在window
上面DrawerLayout
新增的 Views 模組,效果有點像是你從邊緣把某個區塊拉出來與其他 JS Library 的相依狀態
看似有趣但是不有趣的地方
famous/famous
目前才會有最新的 core,之前個別模組有各自的 git repo 可以抓,現在全部 Deprecated!所以,有從那些地方抓 core 的請更新setAlign
雖然從 0.2.1 才加入Modifier
,可是 0.2.2 馬上列入 Deprecated 名單(眼神死Modifier
與StateModifier
正式分家,Modifier
底下的set*
,get*
開頭的方法幾乎都在 Deprecated 名單中,但是StateModifier
則沒有Transform
的部分,加入了不少傳入型別的檢查,大抵上是因為可以使用非數字的部分,所以新增的,之後再傳入 Matrix 的時候要特別留意。為什麼這樣說呢?因為正常的 CSS Matrix 是必須要使用數字的,但是,如果他接受非數字的傳入,那就代表,當你從原本的Transitionable
拿出來的 Matrix 會有非數字的存在,這樣不能直接給 CSS 使用(如果你真的要這麼做的話。The text was updated successfully, but these errors were encountered: