Skip to content

[css-animationworklet] Migrate wicg/animationworklet repo to css-houdini-drafts #789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 147 commits into from
Aug 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
147 commits
Select commit Hold shift + click to select a range
ce3203a
Initial import of the proposal
majido Sep 14, 2016
052fc01
Initial commit
majido Sep 14, 2016
9d34cb1
Merge remote-tracking branch 'origin/master' into gh-pages
majido Sep 14, 2016
6249c25
Add a simple jekyl config
majido Sep 14, 2016
07ff22d
Just use README
majido Sep 14, 2016
907b015
minor clean up
majido Sep 14, 2016
6a604e6
Minor language clean up
majido Sep 14, 2016
541cada
Tweak use cases
RByers Sep 16, 2016
2619702
Update README.md
RByers Sep 16, 2016
a93b385
Update README.md
RByers Sep 16, 2016
22a4f3d
Update README.md
RByers Sep 16, 2016
2b5acb5
Update README.md
RByers Sep 16, 2016
11b644f
Update README.md
RByers Sep 16, 2016
5d01092
Add sync-scroller example
majido Sep 19, 2016
2819d61
Fix sync scroller example
majido Sep 19, 2016
e3d388b
Add link to sync-scroller and spring-timing demos
majido Sep 20, 2016
8d9999f
Update parallax sample to use fixed backgrounds
RByers Sep 22, 2016
0f48683
Update README.md
RByers Sep 22, 2016
0fa1bd5
Remove contributors
RByers Sep 22, 2016
3ece308
Avoid "master" and "slave" terms
RByers Sep 22, 2016
509e0f8
Don't expose AnimationProxy on Window
RByers Sep 22, 2016
07c86c4
Add scroll settings to IDL
RByers Sep 22, 2016
e45b3f2
Update README.md
RByers Sep 23, 2016
3698342
Adding baseline LICENSE.md
yoavweiss Sep 26, 2016
900aefa
Adding baseline CONTRIBUTING.md
yoavweiss Sep 26, 2016
7b2af45
Adding baseline index.html
yoavweiss Sep 26, 2016
522791e
Adding baseline w3c.json
yoavweiss Sep 26, 2016
78fa350
Fixing typo
appsforartists Sep 26, 2016
ca5951c
Merge pull request #11 from appsforartists/patch-2
majido Sep 27, 2016
149b51c
Correcting grammar
appsforartists Sep 27, 2016
ccdd6d4
Fixing typo
appsforartists Sep 26, 2016
7a7b4f3
Fixing typo
appsforartists Sep 27, 2016
23c8e13
Merge pull request #15 from appsforartists/patch-5
majido Oct 3, 2016
f8d9e7c
Remove reference to the compositor
stephenmcgruer Jan 23, 2017
a82e33f
Merge pull request #17 from stephenmcgruer/gh-pages
majido Feb 6, 2017
1473133
Remove old license file and leave the default W3C S&D license
majido Feb 15, 2017
a539bb8
Initial spec commit
majido Mar 8, 2017
6701aa5
Update with new Animator concept and syntax and add
majido Mar 22, 2017
0e62f97
minor updates
majido Mar 22, 2017
988dac7
Add section around when to run animators, and clear confusion around
majido Mar 22, 2017
1ed2219
Add smcgruer@ to the editors list
stephenmcgruer Mar 23, 2017
1998837
Add example of not running animators for offscreen proxies.
Mar 23, 2017
890c498
Add .gitignore
stephenmcgruer Mar 23, 2017
3066833
Remove references to Animator object and message ports
stephenmcgruer Mar 23, 2017
d9dcb5e
Add flackr to the editors list.
Mar 23, 2017
27f8d15
Describe what happens when a proxied element is removed.
Mar 23, 2017
004461d
Fix incorrect closing tag on 'must'
stephenmcgruer Mar 24, 2017
886d80b
Merge pull request #24 from stephenmcgruer/spec-wip_fix_closing_tag
flackr Mar 27, 2017
12cd03d
Merge pull request #19 from stephenmcgruer/spec-wip_add_editor
flackr Mar 27, 2017
d56159d
Merge pull request #18 from flackr/service-level-offscreen
flackr Mar 27, 2017
a0cfd15
Merge pull request #20 from stephenmcgruer/spec-wip_add_gitignore
flackr Mar 27, 2017
01c098d
Merge branch 'spec-wip' into add-flackr-editor
flackr Mar 27, 2017
be503a4
Merge pull request #25 from flackr/add-flackr-editor
flackr Mar 27, 2017
3f2cb00
Merge pull request #21 from stephenmcgruer/spec-wip_post_message
flackr Mar 27, 2017
b8a0cbf
Merge pull request #26 from flackr/disconnected-proxies
flackr Mar 27, 2017
775bc52
Clarify that Element Proxy objects can only be created by user agents…
stephenmcgruer Mar 27, 2017
fef8e54
Fix ordering of CSS notation descriptions (#23)
stephenmcgruer Mar 27, 2017
92bad2e
Fix smcgruer editor email (#27)
stephenmcgruer Mar 28, 2017
c068986
Abort creating a new animator instance if one already exists for that…
flackr Mar 28, 2017
15a1122
Move the issue to handle scroll offset to animator registration. (#30)
flackr Mar 28, 2017
4b472c7
Allow skipping offscreen animation instances. (#29)
flackr Mar 28, 2017
f7e118d
Add issue concerning permission to skip slow animators. (#32)
flackr Mar 28, 2017
1ec18be
Remove all linking errors (#33)
stephenmcgruer Mar 28, 2017
2afbf49
Update animator CSS section (#28)
stephenmcgruer Apr 6, 2017
e1a6e0a
Change animator instance list to a map and handle Construct failure (…
stephenmcgruer Apr 7, 2017
8cdfb32
Fix link error (#35)
stephenmcgruer Apr 7, 2017
9f69dd2
Generate index.html and fix type and links. (#36)
flackr Apr 8, 2017
0941637
Adds the concept of slots describing inputs and outputs. (#37)
flackr Apr 10, 2017
ecc0722
Describe how scroll timelines can be used to get scroll input. (#38)
flackr Apr 10, 2017
86a09de
Set animation requested flag for timeline animations (#39)
stephenmcgruer Apr 11, 2017
2c8a294
Correctly end the script tags in the example. (#42)
flackr Apr 11, 2017
c81ede8
Remove need for trailing comma. (#41)
flackr Apr 11, 2017
c09a5e5
Merge pull request #43 from WICG/spec-wip
flackr Apr 12, 2017
990c9bc
Construct the timelines information from DocumentTimelineOptions/Scro…
stephenmcgruer Apr 12, 2017
07a444f
Update animator root scroller definition
majido Apr 17, 2017
0522f41
Add two more examples
majido Apr 17, 2017
15f6909
Merge pull request #47 from WICG/spec-wip
flackr Apr 17, 2017
d8054c4
Fix exmaple syntax
majido Apr 17, 2017
54ee302
Revert "Update animator root scroller definition"
majido Apr 17, 2017
75fc86c
Merge remote-tracking branch 'wicg/gh-pages' into add-examples
majido Apr 17, 2017
2ac46fe
Fix
majido Apr 17, 2017
a229cf3
Typo and spelling fixes.
dbaron Apr 17, 2017
a96aed0
Merge pull request #46 from majido/add-examples
majido Apr 18, 2017
d7232af
Fix typo
RByers Apr 18, 2017
b816548
Update README and add link to specification
majido Apr 18, 2017
d396e12
Merge pull request #49 from RByers/typo-fix
flackr Apr 18, 2017
0c3a413
Add additional examples to README
majido Apr 18, 2017
0846663
Merge branch 'gh-pages' into typo-fixes
majido Apr 18, 2017
f20feb1
Merge pull request #44 from dbaron/typo-fixes
majido Apr 18, 2017
8ac2e72
Add work in progress explainer text for discussion.
flackr Apr 19, 2017
671e8d1
Fix indentation and samples on WIP explainer.
flackr Apr 19, 2017
9ffbf97
Change 'import' to 'addModule' on animationWorklet
stephenmcgruer May 10, 2017
8418396
Merge pull request #55 from WICG/stephenmcgruer-patch-1
majido May 12, 2017
29b65cf
Add some prose about threading model
majido Apr 19, 2017
a72d0e6
Add note that the index.bs version of the spec is out of date
stephenmcgruer May 26, 2017
aaa1ee9
Update Readme to remove out dated info
majido Jun 13, 2017
cac3a28
Update Explainer with latest changes to the API. WIP.md now contains …
majido Jul 5, 2017
635fd57
Address smcgruer feedback
majido Jul 7, 2017
4d3648d
Update details of threading model and Web Animation API in introducti…
majido Jul 20, 2017
fa46862
Update spec and remove all deprecated info (#64)
majido Jul 25, 2017
582d082
Update spec - add worklet animation (#65)
majido Jul 25, 2017
4a34385
Remove deprecated notice and fix some indentation
stephenmcgruer Jul 25, 2017
d55475a
Add more details to WorkletGroupEffect
majido Jul 25, 2017
11e50e0
Add section on associating animator instance with worklet animation
stephenmcgruer Jul 25, 2017
3d7a65d
Merge branch 'gh-pages' into update-spec-add-details-of-WorkletGroupE…
majido Jul 25, 2017
f1be8c5
Merge pull request #67 from majido/update-spec-add-details-of-Worklet…
majido Jul 26, 2017
e3278d7
add a figure that describes timing model (#69)
majido Jul 26, 2017
bcb53e2
Update EffectStack wording and cleanups (#70)
majido Jul 26, 2017
a84769b
Add options to WorkletAnimation constructor (#71)
majido Jul 26, 2017
932a7e4
Fixing up wording, attempting to make things clearer where necessary …
stephenmcgruer Jul 26, 2017
65aa232
Add details of migration (#73)
majido Jul 26, 2017
4588840
Regenerate index.html (#74)
stephenmcgruer Jul 26, 2017
22a1213
Minor wordage fixes to migration text (#75)
stephenmcgruer Jul 26, 2017
beaefc3
Add figure for threading model
majido Jul 26, 2017
16eb5c2
Update figure
majido Jul 26, 2017
176bf28
Merge branch 'gh-pages' into update-spec-add-figure-for-threading-model
majido Jul 26, 2017
bbabc9c
Merge pull request #76 from majido/update-spec-add-figure-for-threadi…
majido Jul 26, 2017
6775dd9
Update README with latest syntax changes
majido Jul 26, 2017
a0179db
WorkletAnimation no longer has a specific animation class
majido Jul 27, 2017
adc9893
More updates
majido Jul 27, 2017
67e5cc7
Merge pull request #78 from majido/spec/address-feedback
majido Jul 27, 2017
808740e
Convert the "Threaded Model" recommendations into notes
stephenmcgruer Jul 27, 2017
beb9000
Merge pull request #79 from stephenmcgruer/gh-pages-recommendations
majido Jul 27, 2017
98865fb
Add section about scroll timeline
majido Jul 27, 2017
3913bb8
Merge branch 'gh-pages' into spec/add-scrolltimeline
majido Jul 27, 2017
3bcc4d3
Fix issues
majido Jul 28, 2017
8c0714b
Merge pull request #80 from majido/spec/add-scrolltimeline
majido Jul 28, 2017
34d0ccd
Remove left over code from hidey bars example
surma Jul 31, 2017
454cafc
Merge pull request #81 from surma-dump/surma-patch-1
majido Jul 31, 2017
3348bae
Align README and spec examples (#82)
surma Aug 1, 2017
b40a2e8
Missing this
jakearchibald Aug 1, 2017
5bf6dc1
Correct usage of possessive it's to its (#85)
stephenmcgruer Aug 1, 2017
9a89ea4
Merge pull request #83 from jakearchibald/patch-1
majido Aug 1, 2017
d1d2852
Fix demo links (googlechrome -> googlechromelabs)
aghassemi Nov 17, 2017
c6a7562
Merge pull request #90 from aghassemi/patch-1
majido Nov 20, 2017
f2897f9
Fix the tiniest of typos
TehShrike Dec 14, 2017
03813d3
Merge pull request #91 from TehShrike/patch-1
majido Dec 14, 2017
34f0521
Limit Expose to AnimationWorklet (#97)
majido Apr 6, 2018
a0025c9
Fix constructor parameters for WorkletAnimation and fix all reference…
majido Apr 6, 2018
9c5b534
Improve examples and add a new one
majido Apr 7, 2018
c1e5a73
Remove executable bit from Makefile
foolip Jun 8, 2018
e971a0f
Remove usage of AnimationEffectReadonly and update WorkletGroupEffect…
majido Aug 7, 2018
98f3282
Move to CSS (#103)
majido Aug 7, 2018
2626450
Use webidl algorithms for construction and invocation (#104)
majido Aug 7, 2018
65bb4af
Add normative and other cleanups (#106)
majido Aug 9, 2018
d026e56
Move to sub-directory in preparation to repo migration
majido Aug 8, 2018
60f243a
Merge branch 'wicg'
majido Aug 9, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions css-animationworklet/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Web Platform Incubator Community Group

This repository is being used for work in the Web Platform Incubator Community Group, governed by the [W3C Community License
Agreement (CLA)](http://www.w3.org/community/about/agreements/cla/). To contribute, you must join
the CG.

If you are not the sole contributor to a contribution (pull request), please identify all
contributors in the pull request's body or in subsequent comments.

To add a contributor (other than yourself, that's automatic), mark them one per line as follows:

```
+@github_username
```

If you added a contributor by mistake, you can remove them in a comment with:

```
-@github_username
```

If you are making a pull request on behalf of someone else but you had no part in designing the
feature, you can remove yourself with the above syntax.
5 changes: 5 additions & 0 deletions css-animationworklet/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
All Reports in this Repository are licensed by Contributors under the
[W3C Software and Document
License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document). Contributions to
Specifications are made under the [W3C CLA](https://www.w3.org/community/about/agreements/cla/).

20 changes: 20 additions & 0 deletions css-animationworklet/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# $Id: Makefile,v 1.5 2008/02/06 14:05:15 mike Exp $
#
# FIXME: New documentation needed.
#
# Use "make REMOTE=1" to use remote bikeshed

SOURCEFILE=index.bs
OUTPUTFILE=index.html
PREPROCESSOR=bikeshed.py
REMOTE_PREPROCESSOR_URL=https://api.csswg.org/bikeshed/

all: $(OUTPUTFILE)

$(OUTPUTFILE): $(SOURCEFILE)
ifneq (,$(REMOTE))
curl $(REMOTE_PREPROCESSOR_URL) -F file=@$(SOURCEFILE) > "$@"
else
$(PREPROCESSOR) -f spec "$<" "$@"
endif

Loading