我的歌单

Focus Blur Effect Test

发表于
更新于
字数: 1.1k
时长: 1m
阅读: -
玉门

Testing the Lens Blur effect. The focused lines should be sharp, while everything else is heavily blurred.

Single Line Focus

export default {
  data () {
    return {
      msg: 'Focused!'
    }
  }
}

Block Focus

def calculate_area(radius):
    pi = 3.14159
    # The core logic is focused below
    area = pi * (radius ** 2) 
    return area
    
print(calculate_area(5))

Comparison with Diff

- const oldVal = 1;
+ const newVal = 2; // [!code focus]

评论

0
QQ

加载评论中...