Skip to content
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

Initial commit for animation samples #259

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
39af44d
Initial commit for animation samples
anishramesan Feb 18, 2016
ffff93a
Ease Sample added
anishramesan Feb 19, 2016
b125b5e
Hierarchical Animation added
anishramesan Feb 19, 2016
751db33
Equalizer Sample added
anishramesan Feb 19, 2016
f8b7be5
updated sample
Feb 28, 2016
1b69d5f
Added more animation samples
anishramesan Apr 7, 2016
a88f79f
Merge remote-tracking branch 'refs/remotes/origin/master' into PLAT-2…
anishramesan Apr 7, 2016
769b619
changes for updates in strawman
anishramesan Apr 7, 2016
2923d4c
Updated samples for ease
anishramesan Apr 11, 2016
c793d85
Samples updated with new changes.
anishramesan Apr 15, 2016
d0c400d
Animation samples updated with new changes related to animation in Enyo.
anishramesan May 13, 2016
7e0d0e8
strawman samples updated with path animation
anishramesan May 24, 2016
11f8d70
Add SingleComponent, Sequence and Wobble samples.
sriramas May 27, 2016
1ef107e
Strawman with updated animation samples
cholanmadala Jun 16, 2016
c8d96f6
Samples updated with error fixes.
anishramesan Jun 16, 2016
e16a0a9
Samples updated with easing changes.
anishramesan Jun 16, 2016
f604ad9
Update samples based on latest changes in framework
ankurmishra32 Jun 17, 2016
9df87cd
Revert "Update samples based on latest changes in framework"
ankurmishra32 Jun 17, 2016
ee7c1de
Merge remote-tracking branch 'origin/PLAT-220-animationsamples' into …
ankurmishra32 Jun 17, 2016
f75a775
Trampoline sample updates to demonstarate duration in animation
ankurmishra32 Jun 17, 2016
cb8a083
Add sample to show case simple animation properties
sriramas Jun 17, 2016
62e9cb6
updated the samples
cholanmadala Jul 6, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .enyoconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"enyo-ilib": "https://github.com/enyojs/enyo-ilib.git"
},
"targets": {
"enyo": "2.7.0",
"enyo": "PLAT-18311-animation-observers",
"layout": "2.7.0",
"canvas": "2.7.0",
"svg": "2.7.0",
Expand Down
3 changes: 3 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
window.strawmanConfig = {
"animation": "Animation"
};
Loading