Results 8 comments of Hina Chen

@andmix 官方並沒有特別推薦該怎麼做,所以要這麼做也不是不可以。 不過自適應你可能需要考量效能問題(像是在瀏覽器中所演發的 reflows, repaints 爾等的結果 可以取任何數值有一定的風險存在,由於會自適應,所以在某些情況下,你無法由這兩個數值取得真實尺寸,這是你必須考慮到的地方。

新增 `FlexibleLayout` 與 `ContextualView` 兩個模組,當中 `ContextualView` 其實沒有功能,他是用來給開發者自行擴充使用的,所以目前官方也沒有什麼說明。 #### FlexibleLayout 唯一可惜的是,他並不是使用 [CSS3 Flexible boxes](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Flexible_boxes) 來做這件事情。他是一組類似 `GridLayout` 模組的工具,但是相對于 `GridLayout` 只能平均分割,`FlexibleLayout` 就可以做到依照**比例**分割。 ##### 初始值 - `direction` 定義分割方向,有兩組值 `FlexibleLayout.DIRECTION_X`, `FlexibleLayout.DIRECTION_Y` - `transition` 當 `FlexibleLayout`...

補充說明 `ModifierChain` 的使用方式, ``` js define(function(require, exports, module) { var Engine = require('famous/core/Engine'); var Surface = require('famous/core/Surface'); var Modifier = require('famous/core/Modifier'); var ModifierChain = require('famous/modifiers/ModifierChain'); var Transform = require('famous/core/Transform'); var...

@MrOrz 歐,我只是把 issue 當作 blog 在記錄(你不覺得蠻好用的嗎,還可以留言耶 XD

@MrOrz 你想寫嘛?我可以 Assign 給你 XDD

[ScrollExtension](https://github.com/hinablue/famous.tw/blob/master/Modules/ScrollExtension.js) 我把 `Scrollview` 的部分利用它自身擴展成一個模組,然後把 `edgeHit` 加上了限制,可以取代 `Scrollview` 本身來使用,降低 Chrome 抽風的問題 XDD

UPDATE: I found the custom function name I used call `_postprocess_image` will make the next generator job's sampler fail. And I change the name to another, it work fine. 🧐🧐🧐...

Adetailer CN is not compatible with forge. You can ask the original author.