aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/ui/animation.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/components/ui/animation.tsx')
-rw-r--r--packages/website/ts/components/ui/animation.tsx42
1 files changed, 0 insertions, 42 deletions
diff --git a/packages/website/ts/components/ui/animation.tsx b/packages/website/ts/components/ui/animation.tsx
deleted file mode 100644
index 943e3bf28..000000000
--- a/packages/website/ts/components/ui/animation.tsx
+++ /dev/null
@@ -1,42 +0,0 @@
-import * as React from 'react';
-import { keyframes, styled } from 'ts/style/theme';
-
-export type AnimationType = 'easeUpFromBottom';
-
-export interface AnimationProps {
- type: AnimationType;
-}
-
-const PlainAnimation: React.StatelessComponent<AnimationProps> = props => <div {...props} />;
-
-const appearFromBottomFrames = keyframes`
- from {
- position: fixed;
- bottom: -500px;
- left: 0px;
- right: 0px;
- }
-
- to {
- position: fixed;
- bottom: 0px;
- left: 0px;
- right: 0px;
- }
-`;
-
-const stylesForAnimation: { [K in AnimationType]: string } = {
- // Needed for safari
- easeUpFromBottom: `position: fixed`,
-};
-
-const animations: { [K in AnimationType]: string } = {
- easeUpFromBottom: `${appearFromBottomFrames} 1s ease 0s 1 forwards`,
-};
-
-export const Animation = styled(PlainAnimation)`
- animation: ${props => animations[props.type]};
- ${props => stylesForAnimation[props.type]};
-`;
-
-Animation.displayName = 'Animation';
d>-8/+8 * Change RUN_DEPENDS from rubygem-devise-two-factor-rails5 to rubygem-devise-tw...sunpoet2019-08-111-2/+2 * Security update to 12.0.4.mfechner2019-07-304-9/+14 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-1/+1 * Change RUN_DEPENDS from rubygem-fugit to rubygem-fugit12sunpoet2019-07-231-2/+2 * www/gitlab-ce: Switch from rubygem-addressable -> rubygem-addressable25meta2019-07-161-2/+2 * Fixed a type in a package name of the dependencies.mfechner2019-07-071-1/+1 * Upgrade to www/gitlab-ce version 12.0.3.mfechner2019-07-075-363/+522 * Change RUN_DEPENDS from rubygem-responders-rails5 to rubygem-responders2-rails5sunpoet2019-07-071-2/+2 * Security upgrade to 11.11.5.mfechner2019-07-043-8/+15 * Change RUN_DEPENDS from rubygem-asciidoctor-plantuml to rubygem-asciidoctor-p...sunpoet2019-06-211-2/+2 * Bugfix upgrade to 11.11.3.mfechner2019-06-134-8/+9 * Bugfix upgrade to 11.11.2.mfechner2019-06-063-6/+7 * Security update to version 11.11.1.mfechner2019-06-063-8/+14 * Fixed build errors for gitlab-ce, introduced by r503102, that upgrade a depen...mfechner2019-05-311-2/+2 * Gitlab upgrade to 11.11.mfechner2019-05-285-145/+774 * Change RUN_DEPENDS from rubygem-jwt to rubygem-jwt21sunpoet2019-05-251-2/+2 * Update to version 11.10.4.mfechner2019-05-083-12/+13 * Security update to 11.10.2.mfechner2019-04-302-6/+6 * Bugfix upgrade to 11.10.1.mfechner2019-04-264-13/+25 * Added some more deps and remove them from the patch that removes the gems fro...mfechner2019-04-252-11/+3 * Updated the links to the current manuals.mfechner2019-04-231-2/+2 * Upgrade to 11.10.mfechner2019-04-238-206/+611 * Change RUN_DEPENDS from rubygem-state_machines-activerecord to rubygem-state_...sunpoet2019-04-131-1/+2 * Security Update to 11.9.7.mfechner2019-04-122-5/+5 * Bugfix upgrade to 11.9.6.mfechner2019-04-063-6/+5 * Security upgrade to 11.9.4.mfechner2019-04-033-6/+18 * Upgrade to 11.9.1.mfechner2019-03-282-6/+6 * Upgrade to 11.9.0.mfechner2019-03-246-85/+356 * Security upgrade to 11.8.3.mfechner2019-03-212-6/+5 * Change RUN_DEPENDS from rubygem-fog-google to rubygem-fog-google17sunpoet2019-03-211-1/+2 * Update to 11.8.2.mfechner2019-03-204-12/+20 * Security update to 11.8.1.mfechner2019-03-054-8/+16 * Update to 11.8.0.mfechner2019-03-024-83/+302 * Change RUN_DEPENDS from rubygem-sshkey to rubygem-sshkey1sunpoet2019-02-181-1/+2 * Bugfix update to 11.7.5.mfechner2019-02-153-6/+10 * Security update to 11.7.4.mfechner2019-02-062-6/+5 * Change RUN_DEPENDS from rubygem-batch-loader to rubygem-batch-loader12sunpoet2019-02-031-1/+2 * Security upgrade to version 11.7.3.mfechner2019-02-013-8/+32 * Upgrade to 11.7.0.mfechner2019-01-316-113/+276 * Bugfix release to version 11.6.5.mfechner2019-01-243-5/+6 * Security update to 11.6.4.mfechner2019-01-173-5/+8 * Upgrade to version 11.6.3.mfechner2019-01-104-15/+9 * Security update to 11.6.1.mfechner2019-01-023-5/+8 * Upgrade to 11.6.0.mfechner2018-12-238-140/+485 * Security update to version 11.5.5.mfechner2018-12-223-5/+7 * Security update to 11.5.4.mfechner2018-12-142-6/+5 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+1 * Security update to 11.5.3.mfechner2018-12-073-5/+6 * Upgrade to 11.5.2.mfechner2018-12-063-12/+19 * Updated the Gemfile to work with the upgraded rails 4.2.11 which includes sec...mfechner2018-12-042-1/+10 * Fixed problem that gitlab-ce does not work with rubygem-grape version 1.2.x.mfechner2018-11-302-2/+12 * Security update to version 11.5.1.mfechner2018-11-293-9/+21 * Upgrade to version 11.5.mfechner2018-11-239-205/+454 * Security update to 11.4.7.mfechner2018-11-213-5/+6 * Security update to 11.4.4, for more details see here:mfechner2018-11-022-6/+6 * Upgrade to 11.4.3.mfechner2018-10-314-153/+350 * www/gitlab-ce security update to version 11.3.8.mfechner2018-10-303-6/+24 * One of the last dependency updates gitlab-ce requires, has broken the Gemfile...mfechner2018-10-301-1/+2 * www/gitlab-ce security update to version 11.3.4.mfechner2018-10-063-5/+6 * www/gitlab-ce security update to 11.3.1.mfechner2018-10-023-6/+11 * Update www/gitlab-ce to version 11.3.0.mfechner2018-09-246-148/+442 * Due to problems with portmaster, portmaster does not install RUN_DEPENDS befo...mfechner2018-09-181-13/+14 * www/gitlab-ce fixed dependency for net/rubygem-fog-openstack to version 0.2.x.mfechner2018-09-161-1/+2 * Update www/gitlab-ce to 11.2.3.mfechner2018-09-078-88/+428 * www/gitlab-ce security update to version 11.1.6.mfechner2018-08-313-5/+6 * www/gitlab-ce add a check after the build process to verify all used gems mat...mfechner2018-08-151-0/+3 * Update gitlab to 11.1.4.mfechner2018-08-043-7/+7 * Change RUN_DEPENDS from rubygem-gitlab_omniauth-ldap to rubygem-gitlab_omniau...sunpoet2018-08-011-2/+2 * Use Gemfile-specified versionssunpoet2018-07-301-3/+4 * Security update to 11.1.2.mfechner2018-07-273-6/+6 * - Update to 11.1.1, for more details please check:mfechner2018-07-266-93/+286 * Gitlab 11.0.4 security update, please see here for more details:mfechner2018-07-192-6/+5 * Made it possible to use another PREFIX for gitlab-ce.mfechner2018-07-196-21/+27 * Fix dependency to devel/rubygem-ruby-fogbugz021.mfechner2018-07-121-1/+2 * Upgrade gitlab to 11.0.3 and fix problem with sidekiq-cron reported by swills...mfechner2018-07-093-6/+8