Previewer for CSS times.
You don't need to do anything. With this plugin loaded, a previewer will appear on hovering the time values in code blocks.
This plugin is compatible with CSS, Less, Sass, Scss and Stylus.
div {
transition: all linear 3s;
}
@time: 1s;
#header a {
transition: all linear 2s;
}
$time: 3s
@mixin foobar
transition: all linear 800ms
.foo
transition: all linear 0.8s
$time: 1s;
.foo {
transition: all linear 10s
}
time = 3s
.foo
transition: all linear 0.5s