Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
.bezier-curve-editor .coordinate-plane:after,
.step-editor .coordinate-plane:after {
    content: '{{INLINE_TIMING_EDITOR_TIME}}';
}

.bezier-curve-editor .coordinate-plane:hover:before {
    content: '{{INLINE_TIMING_EDITOR_PROGRESSION}} (' attr(data-progression) '%)';
}

.bezier-curve-editor .coordinate-plane:before,
.step-editor .coordinate-plane:before {
    content: '{{INLINE_TIMING_EDITOR_PROGRESSION}}';
}

.bezier-curve-editor .coordinate-plane:hover:after {
    content: '{{INLINE_TIMING_EDITOR_TIME}} (' attr(data-time) '%)';
}