package cascade
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
CSS generation and manipulation library for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
cascade-1.1.0.tbz
sha256=c303651e043ed8d807d3d6f2c3745233e792ce7c30d562c9717d284e1bf5ac6a
sha512=681847993deabdc3899f62268b3cbc931623abca0413b0e8873e8568ec25a86c4d3db7f7f0e6a6a6bf24dbfdc7df314dae07ae66d49f76f3dd6953a4381bbf54
doc/cascade/Cascade/Keyframe/index.html
Module Cascade.KeyframeSource
Keyframe position types for type-safe \@keyframes construction.
A single keyframe position.
string_of_position pos renders a position as CSS string.
string_of_selector sel renders a selector as CSS string.
position_compare a b compares two positions for sorting.
position_of_string s parses a position string like "from", "to", "50%".
selector_of_string s parses a selector string. Raises Invalid_argument if parsing fails.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>