-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add range attributes to animation (#178)
Adds support for getting and setting rangeStart and rangeEnd on Animation. * Adds support for the 'normal' value * Adds getters and setters for rangeStart and rangeEnd * setters are limited to ViewTimelines for now, as the existing implementation is limited to ViewTimelines * Uses CSSNumericValue.parse() to parse string values for range start and range end. * This adds support for math functions such as calc(100% - 20px).
- Loading branch information
1 parent
61320c7
commit 0803f77
Showing
3 changed files
with
82 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters