Articles tagged with "Front-end development"
应用于 HTML 的图标 SVG code 的优化方法
使用 Sketch App 等软件设计的图标图片,怎样以干净简短的 SVG code 嵌入 HTML 中直接使用来达至最佳性能和样式的灵活性?可以试试 ImageOptim.
ffmpeg 将 mp4 视频转换为 webp 格式动图
ffmpeg 是十分强大的视频录制及格式转换的命令行工具,使用 ffmpeg 可以实现高度自定义的格式转换。本文将以 mp4 格式为例,介绍将视频转换为 webp 动图格式的方法。 Use ffmpeg command line tool to convert video into animated WebP file. Use MP4 as an example.
Use OTF instead of TTF - custom font anti-aliasing for Android
What to do when a custom font works well on iOS while the font are blurry and aliasing on Android? It could just because you used .ttf. Try font in OTF format could make you relief.
React Native App 自定义字体在安卓系统中的行高问题解决
React Native App 遇到了自定义字体在iOS系统中显示正常,但在Android系统中行高异常的问题,这里找到了一种解决行高不一致问题的方法。
Be open, and open again
保持开放的心态,去尝试可能为工作流和交付成果带来质变的方式和方法吧。你第一眼、第二眼感觉的那些不方便和不好用也需并不是真正的问题,只是不习惯罢了。
Focus-to-float input label in pure CSS
An HTML and CSS solution to achieve focus-to-float label effects with through the placeholder attribute.